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 Summary
Constructors Constructor Description TestIoOctaveString()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static void
read(OctaveEngine octave, String input, String expected)
private static void
roundtrip(OctaveEngine octave, OctaveObject octaveObject)
void
testOctaveRead()
Test that string read from octave is what we expectvoid
testOctaveRoundtrip()
Test that string put into octave is the same as we get backvoid
testToOctave()
Test format of generated octave datavoid
testToString()
Test format of generated octave datavoid
testWriteRead()
-
-
-
Method Detail
-
testToString
public void testToString()
Test format of generated octave data
-
testToOctave
public void testToOctave()
Test format of generated octave data
-
testOctaveRoundtrip
public void testOctaveRoundtrip()
Test that string put into octave is the same as we get back
-
roundtrip
private static void roundtrip(OctaveEngine octave, OctaveObject octaveObject)
-
testOctaveRead
public void testOctaveRead()
Test that string read from octave is what we expect
-
read
private static void read(OctaveEngine octave, String input, String expected)
-
-