Package eu.simuline.octave.io.impl
Class TestIoOctaveLong
- java.lang.Object
-
- eu.simuline.octave.io.impl.TestIoOctaveLong
-
public class TestIoOctaveLong extends Object
Test read/write ofOctaveLong
-
-
Constructor Summary
Constructors Constructor Description TestIoOctaveLong()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Runs the test case.void
test2dToText()
void
test2dToTextB()
void
test3dToText()
Testvoid
testEmpty2dToText()
void
testEmpty3dToText()
Testvoid
testOctave3dMatrix()
Testvoid
testOctaveGet()
void
testOctaveLongScalar()
void
testOctaveNdMatrix()
Testvoid
testOctaveSetExecGet()
void
testScalarToText()
-
-
-
Method Detail
-
testScalarToText
public void testScalarToText()
-
test3dToText
public void test3dToText()
Test
-
testEmpty3dToText
public void testEmpty3dToText()
Test
-
testOctave3dMatrix
public void testOctave3dMatrix()
Test
-
testOctaveNdMatrix
public void testOctaveNdMatrix()
Test
-
main
public static void main(String[] args)
Runs the test case. Uncomment either the textual UI, Swing UI, or AWT UI.
-
-