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

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

public class BioSampleManagementTest
extends junit.framework.TestCase

Author:
TranP

Constructor Summary
BioSampleManagementTest(java.lang.String category)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
 void testAddBioSource()
           
 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

BioSampleManagementTest

public BioSampleManagementTest(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()
                      throws AccessDeniedException,
                             ObjectNotExistException
Throws:
AccessDeniedException
ObjectNotExistException

testUpdateBioMaterialCharacteristics

public void testUpdateBioMaterialCharacteristics()
                                          throws AccessDeniedException,
                                                 ObjectNotExistException
Throws:
AccessDeniedException
ObjectNotExistException

testTreatBioSource

public void testTreatBioSource()
                        throws AccessDeniedException,
                               ObjectNotExistException
Throws:
AccessDeniedException
ObjectNotExistException

testGetBioSampleViews

public void testGetBioSampleViews()
                           throws AccessDeniedException,
                                  ObjectNotExistException
Throws:
AccessDeniedException
ObjectNotExistException

testDeleteBioSamples

public void testDeleteBioSamples()
                          throws AccessDeniedException,
                                 ObjectNotExistException
Throws:
AccessDeniedException
ObjectNotExistException

testSplitBioSample

public void testSplitBioSample()
                        throws AccessDeniedException,
                               ObjectNotExistException
Throws:
AccessDeniedException
ObjectNotExistException

testPoolBioSamples

public void testPoolBioSamples()
                        throws AccessDeniedException,
                               ObjectNotExistException
Throws:
AccessDeniedException
ObjectNotExistException

testHomeSplitBioSample

public void testHomeSplitBioSample()
                            throws AccessDeniedException,
                                   ObjectNotExistException
Throws:
AccessDeniedException
ObjectNotExistException

testDeleteProducedBioSample

public void testDeleteProducedBioSample()
                                 throws AccessDeniedException,
                                        ObjectNotExistException
Throws:
AccessDeniedException
ObjectNotExistException

testHomeTreatBioSource

public void testHomeTreatBioSource()
                            throws AccessDeniedException,
                                   ObjectNotExistException
Phu's test for home db

Throws:
AccessDeniedException
ObjectNotExistException

setUp

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