Class IntegerMatrixTest


  • public class IntegerMatrixTest
    extends Object
    Author:
    Paul
    • Constructor Detail

      • IntegerMatrixTest

        public IntegerMatrixTest()
    • 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()