Package eu.simuline.octave.io.impl
Class TestIoOctaveBoolean
- java.lang.Object
-
- eu.simuline.octave.io.impl.TestIoOctaveBoolean
-
public class TestIoOctaveBoolean extends Object
Test read/write ofOctaveBoolean
-
-
Constructor Summary
Constructors Constructor Description TestIoOctaveBoolean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
main(String[] args)
void
test3dMatrix()
Testvoid
testConstructor1()
Testvoid
testConstructor2()
void
testConstructorIntInt()
void
testConstructorIntIntInt()
Testvoid
testConstructorMatrix()
void
testGrowth()
void
testNdMatrix()
Testvoid
testOctaveGet()
void
testOctaveSetExecGet()
void
testRead()
void
testReadSingle()
Test that we handle the special single boolean case.void
testWriteRead()
-
-
-
Method Detail
-
testConstructorIntIntInt
public void testConstructorIntIntInt()
Test
-
testConstructor1
public void testConstructor1()
Test
-
test3dMatrix
public void test3dMatrix()
Test
-
testNdMatrix
public void testNdMatrix()
Test
-
testWriteRead
public void testWriteRead()
-
testRead
public void testRead()
-
testReadSingle
public void testReadSingle()
Test that we handle the special single boolean case. Type will be "bool", not "bool matrix".
-
main
public void main(String[] args)
-
-