public class TestIoOctaveString extends Object
OctaveString| Constructor and Description |
|---|
TestIoOctaveString() |
| Modifier and Type | Method and 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 expect
|
void |
testOctaveRoundtrip()
Test that string put into octave is the same as we get back
|
void |
testToOctave()
Test format of generated octave data
|
void |
testToString()
Test format of generated octave data
|
void |
testWriteRead() |
public void testToString()
public void testToOctave()
public void testOctaveRoundtrip()
private static void roundtrip(OctaveEngine octave, OctaveObject octaveObject)
public void testOctaveRead()
private static void read(OctaveEngine octave, String input, String expected)
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.