Class IntegerMatrixTest
- java.lang.Object
-
- ubic.basecode.dataStructure.matrix.IntegerMatrixTest
-
public class IntegerMatrixTest extends Object
- Author:
- Paul
-
-
Constructor Summary
Constructors Constructor Description IntegerMatrixTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testColumns()
void
testGet()
void
testGetByKeys()
void
testGetColObj()
void
testGetColumn()
void
testGetEntry()
void
testGetObject()
void
testGetRow()
void
testGetRowObj()
void
testIsMissing()
void
testRows()
void
testSet()
void
testSetByKeys()
void
testSetObj()
void
testSize()
void
testToInteger()
-
-
-
Method Detail
-
testColumns
public void testColumns()
-
testGet
public void testGet()
-
testGetByKeys
public void testGetByKeys()
-
testGetColObj
public void testGetColObj()
-
testGetColumn
public void testGetColumn()
-
testGetEntry
public void testGetEntry()
-
testGetObject
public void testGetObject()
-
testGetRow
public void testGetRow()
-
testGetRowObj
public void testGetRowObj()
-
testIsMissing
public void testIsMissing()
-
testRows
public void testRows()
-
testSet
public void testSet()
-
testSetByKeys
public void testSetByKeys()
-
testSetObj
public void testSetObj()
-
testSize
public void testSize()
-
testToInteger
public void testToInteger()
-
-