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