edu.iu.iv.common.datamodels.matrixmodel
Class SparseDoubleMatrixModelTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--edu.iu.iv.common.datamodels.matrixmodel.SparseDoubleMatrixModelTest
All Implemented Interfaces:
junit.framework.Test

public class SparseDoubleMatrixModelTest
extends junit.framework.TestCase

Version:
0.1
Author:
Shashikant

Constructor Summary
SparseDoubleMatrixModelTest(java.lang.String arg0)
          Constructor for SparseDoubleMatrixModelTest.
 
Method Summary
static void main(java.lang.String[] args)
           
 void testColumns()
           
 void testGet()
           
 void testGetColumnLabel()
           
 void testGetQuick()
           
 void testGetRowLabel()
           
 void testRows()
           
 void testSet()
           
 void testSetColumnLabel()
           
 void testSetQuick()
           
 void testSetRowLabel()
           
 void testSparseDoubleMatrixModeldoubleArrayArray()
           
 void testSparseDoubleMatrixModelintint()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SparseDoubleMatrixModelTest

public SparseDoubleMatrixModelTest(java.lang.String arg0)
Constructor for SparseDoubleMatrixModelTest.

Parameters:
arg0 -
Method Detail

main

public static void main(java.lang.String[] args)

testSparseDoubleMatrixModelintint

public void testSparseDoubleMatrixModelintint()

testSparseDoubleMatrixModeldoubleArrayArray

public void testSparseDoubleMatrixModeldoubleArrayArray()

testSetColumnLabel

public void testSetColumnLabel()

testGetColumnLabel

public void testGetColumnLabel()

testSetRowLabel

public void testSetRowLabel()

testGetRowLabel

public void testGetRowLabel()

testSetQuick

public void testSetQuick()

testGetQuick

public void testGetQuick()

testSet

public void testSet()

testGet

public void testGet()

testColumns

public void testColumns()

testRows

public void testRows()