Package eu.simuline.octave.io.impl
Class TestIoOctaveSqString
- java.lang.Object
-
- eu.simuline.octave.io.impl.TestIoOctaveSqString
-
public class TestIoOctaveSqString extends Object
Test reading of sq_string (can not be written)
-
-
Constructor Summary
Constructors Constructor Description TestIoOctaveSqString()
-
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)
void
testOctaveRead()
Test that string read from octave is what we expect
-
-
-
Method Detail
-
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)
-
-