org.systemsbiology.gaggle.experiment.gui.unitTests
Class DataMatrixTableModelTest

java.lang.Object
  extended by TestCase
      extended by org.systemsbiology.gaggle.experiment.gui.unitTests.DataMatrixTableModelTest

public class DataMatrixTableModelTest
extends TestCase


Constructor Summary
DataMatrixTableModelTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testAddRow()
           
 void testAddRowAndRearrangeRows()
           
 void testCtor()
           
 void testRearrangeRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataMatrixTableModelTest

public DataMatrixTableModelTest(java.lang.String name)
Method Detail

testCtor

public void testCtor()
              throws java.lang.Exception
Throws:
java.lang.Exception

testRearrangeRows

public void testRearrangeRows()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAddRow

public void testAddRow()
                throws java.lang.Exception
Throws:
java.lang.Exception

testAddRowAndRearrangeRows

public void testAddRowAndRearrangeRows()
                                throws java.lang.Exception
Throws:
java.lang.Exception

main

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