Package eu.simuline.octave.type
Class TestOctaveDouble
- java.lang.Object
-
- eu.simuline.octave.type.TestOctaveDouble
-
public class TestOctaveDouble extends Object
TestOctaveDouble
-
-
Constructor Summary
Constructors Constructor Description TestOctaveDouble()
-
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
testDataSizeConstructor()
void
testGetAndSet()
void
testGrowth()
void
testMakeCopy()
void
testPerformance()
Test Performance of Resizevoid
testResize()
void
testResize2()
TestOctaveComplex
resizes correctlyvoid
testScalar()
Testvoid
testShallowCopy()
Test that shallowCopy makes an identical copy that does not change when the original is changed.void
testShallowCopySize()
Test that shallowCopy makes an identical copy that does not change size when the original is changed.void
testSizeConstructor()
void
testSizeConstructorModify()
Test that the Matrix is not modified when the size matrix is changed.
-
-
-
Method Detail
-
testScalar
public void testScalar()
Test
-
testGetAndSet
public void testGetAndSet()
-
testSizeConstructorModify
public void testSizeConstructorModify()
Test that the Matrix is not modified when the size matrix is changed.
-
testSizeConstructor
public void testSizeConstructor()
-
testDataSizeConstructor
public void testDataSizeConstructor()
-
testShallowCopy
public void testShallowCopy()
Test that shallowCopy makes an identical copy that does not change when the original is changed.
-
testShallowCopySize
public void testShallowCopySize()
Test that shallowCopy makes an identical copy that does not change size when the original is changed.
-
testMakeCopy
public void testMakeCopy()
-
testGrowth
public void testGrowth()
-
testResize
public void testResize()
-
testPerformance
public void testPerformance()
Test Performance of Resize
-
testResize2
public void testResize2()
TestOctaveComplex
resizes correctly
-
main
public static void main(String[] args)
Runs the test case. Uncomment either the textual UI, Swing UI, or AWT UI.
-
-