com.pixelmed.test
Class TestCTDose

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.pixelmed.test.TestCTDose
All Implemented Interfaces:
junit.framework.Test

public class TestCTDose
extends junit.framework.TestCase


Constructor Summary
TestCTDose(String name)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testCTDoseConstructor_PropagationOfDescriptionToAttributeList_DoesNotOverwriteIfStudyDescriptionAlreadyInCompositeInstanceContext()
           
 void testCTDoseConstructor_PropagationOfDescriptionToAttributeList_IfNoStudyDescriptionInCompositeInstanceContext()
           
 void testCTDoseConstructor_WithAllParameters()
           
 void testCTDoseConstructor_WithAllParametersAndThreeAcquisitionsInTwoSeries()
           
 void testCTDoseConstructor_WithOneAcquisitionsAndNoTotalDLP()
           
 void testCTDoseConstructor_WithSeparateHeadAndBodyAcquisitions()
           
 void testCTDoseConstructor_WithSeparateHeadAndBodyTotalDLPConstructor()
           
 void testCTDoseConstructor_WithSeparateHeadAndBodyTotalDLPSet()
           
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCTDose

public TestCTDose(String name)
Method Detail

suite

public static junit.framework.Test suite()

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testCTDoseConstructor_WithAllParameters

public void testCTDoseConstructor_WithAllParameters()
                                             throws Exception
Throws:
Exception

testCTDoseConstructor_WithAllParametersAndThreeAcquisitionsInTwoSeries

public void testCTDoseConstructor_WithAllParametersAndThreeAcquisitionsInTwoSeries()
                                                                            throws Exception
Throws:
Exception

testCTDoseConstructor_WithOneAcquisitionsAndNoTotalDLP

public void testCTDoseConstructor_WithOneAcquisitionsAndNoTotalDLP()
                                                            throws Exception
Throws:
Exception

testCTDoseConstructor_PropagationOfDescriptionToAttributeList_IfNoStudyDescriptionInCompositeInstanceContext

public void testCTDoseConstructor_PropagationOfDescriptionToAttributeList_IfNoStudyDescriptionInCompositeInstanceContext()
                                                                                                                  throws Exception
Throws:
Exception

testCTDoseConstructor_PropagationOfDescriptionToAttributeList_DoesNotOverwriteIfStudyDescriptionAlreadyInCompositeInstanceContext

public void testCTDoseConstructor_PropagationOfDescriptionToAttributeList_DoesNotOverwriteIfStudyDescriptionAlreadyInCompositeInstanceContext()
                                                                                                                                       throws Exception
Throws:
Exception

testCTDoseConstructor_WithSeparateHeadAndBodyTotalDLPConstructor

public void testCTDoseConstructor_WithSeparateHeadAndBodyTotalDLPConstructor()
                                                                      throws Exception
Throws:
Exception

testCTDoseConstructor_WithSeparateHeadAndBodyTotalDLPSet

public void testCTDoseConstructor_WithSeparateHeadAndBodyTotalDLPSet()
                                                              throws Exception
Throws:
Exception

testCTDoseConstructor_WithSeparateHeadAndBodyAcquisitions

public void testCTDoseConstructor_WithSeparateHeadAndBodyAcquisitions()
                                                               throws Exception
Throws:
Exception