Package eu.simuline.octave.io.impl
Class TestIoOctaveString
- java.lang.Object
- 
- eu.simuline.octave.io.impl.TestIoOctaveString
 
- 
 public class TestIoOctaveString extends Object Test read/write ofOctaveString
- 
- 
Constructor SummaryConstructors Constructor Description TestIoOctaveString()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static voidread(OctaveEngine octave, String input, String expected)private static voidroundtrip(OctaveEngine octave, OctaveObject octaveObject)voidtestOctaveRead()Test that string read from octave is what we expectvoidtestOctaveRoundtrip()Test that string put into octave is the same as we get backvoidtestToOctave()Test format of generated octave datavoidtestToString()Test format of generated octave datavoidtestWriteRead()
 
- 
- 
- 
Method Detail- 
testToStringpublic void testToString() Test format of generated octave data
 - 
testToOctavepublic void testToOctave() Test format of generated octave data
 - 
testOctaveRoundtrippublic void testOctaveRoundtrip() Test that string put into octave is the same as we get back
 - 
roundtripprivate static void roundtrip(OctaveEngine octave, OctaveObject octaveObject) 
 - 
testOctaveReadpublic void testOctaveRead() Test that string read from octave is what we expect
 - 
readprivate static void read(OctaveEngine octave, String input, String expected) 
 
- 
 
-