gov.nih.nci.caarray.services.biomaterial.test
Class LabeledExtractManagementTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by gov.nih.nci.caarray.services.biomaterial.test.LabeledExtractManagementTest
All Implemented Interfaces:
junit.framework.Test

public class LabeledExtractManagementTest
extends junit.framework.TestCase

Author:
TranP

Constructor Summary
LabeledExtractManagementTest(java.lang.String category)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
 void testAddBioSource()
           
 void testCopyLabeledExtract()
           
 void testDeleteBioSamples()
           
 void testDeleteProducedBioSample()
           
 void testGetBioSampleViews()
           
 void testHomeSplitBioSample()
           
 void testHomeTreatBioSource()
          Phu's test for home db
 void testPoolBioSamples()
           
 void testSplitBioSample()
           
 void testTreatBioSource()
           
 void testUpdateBioMaterialCharacteristics()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabeledExtractManagementTest

public LabeledExtractManagementTest(java.lang.String category)
Method Detail

suite

public static junit.framework.Test suite()

main

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

testAddBioSource

public void testAddBioSource()

testUpdateBioMaterialCharacteristics

public void testUpdateBioMaterialCharacteristics()

testTreatBioSource

public void testTreatBioSource()

testGetBioSampleViews

public void testGetBioSampleViews()

testDeleteBioSamples

public void testDeleteBioSamples()

testSplitBioSample

public void testSplitBioSample()

testPoolBioSamples

public void testPoolBioSamples()

testHomeSplitBioSample

public void testHomeSplitBioSample()

testDeleteProducedBioSample

public void testDeleteProducedBioSample()

testHomeTreatBioSource

public void testHomeTreatBioSource()
Phu's test for home db


testCopyLabeledExtract

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

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception