Package eu.simuline.octave.io.impl
Class TestIoOctaveCell
- java.lang.Object
-
- eu.simuline.octave.io.impl.TestIoOctaveCell
-
public class TestIoOctaveCell extends Object
Test read/write ofOctaveCell
-
-
Constructor Summary
Constructors Constructor Description TestIoOctaveCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCell12()
void
testCell22()
void
testConstructor()
void
testConstructorIntInt()
void
testConstructorValue()
void
testMatrixInCell()
void
testOctaveConnection()
void
testSameInOctave()
void
testSetIntInt()
void
testWriteRead()
-
-
-
Method Detail
-
testConstructor
public void testConstructor()
-
testConstructorValue
public void testConstructorValue()
-
testConstructorIntInt
public void testConstructorIntInt()
-
testSetIntInt
public void testSetIntInt()
-
testMatrixInCell
public void testMatrixInCell()
-
testCell12
public void testCell12()
-
testCell22
public void testCell22()
-
-