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

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

public class GetTreatmentTest
extends junit.framework.TestCase

Author:
zhoujim This is Junit test for getting an treatment. It will compare the following data; 1) CompoundMeasurementData 2) MeasurementData 3) ProtocolApplication

Constructor Summary
GetTreatmentTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testGetTreatmentCompundMeasure()
          This method will test treatment Compound measurements
 void testGetTreatmentMeasure()
          This method will test treatment measurements
 void testGetTreatmentProtocolApplication()
          This method will test get treatment protocol application
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

GetTreatmentTest

public GetTreatmentTest()
Method Detail

main

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

testGetTreatmentCompundMeasure

public void testGetTreatmentCompundMeasure()
                                    throws AccessDeniedException,
                                           ObjectNotExistException
This method will test treatment Compound measurements

Throws:
AccessDeniedException
ObjectNotExistException

testGetTreatmentMeasure

public void testGetTreatmentMeasure()
                             throws AccessDeniedException,
                                    ObjectNotExistException
This method will test treatment measurements

Throws:
AccessDeniedException
ObjectNotExistException

testGetTreatmentProtocolApplication

public void testGetTreatmentProtocolApplication()
                                         throws AccessDeniedException,
                                                ObjectNotExistException
This method will test get treatment protocol application

Throws:
AccessDeniedException
ObjectNotExistException