Package eu.simuline.octave.type
Class TestOctaveInt
- java.lang.Object
-
- eu.simuline.octave.type.TestOctaveInt
-
-
Constructor Summary
Constructors Constructor Description TestOctaveInt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static OctaveInt
intScalar(int i)
void
testEquals()
Test equalsvoid
testGetAndSet()
Simple test of set and getvoid
testGrowth()
-
-
-
Method Detail
-
testEquals
public void testEquals()
Test equals
-
intScalar
private static OctaveInt intScalar(int i)
-
testGetAndSet
public void testGetAndSet()
Simple test of set and get
-
testGrowth
public void testGrowth()
-
-