Class IntegerMatrixTest

java.lang.Object
ubic.basecode.dataStructure.matrix.IntegerMatrixTest

public class IntegerMatrixTest extends Object
Author:
Paul
  • Constructor Details

    • IntegerMatrixTest

      public IntegerMatrixTest()
  • Method Details

    • setup

      public void setup() throws Exception
      Throws:
      Exception
    • 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()