Package com.pixelmed.test
Class TestCTDoseAcquisition
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestCTDoseAcquisition
-
- All Implemented Interfaces:
junit.framework.Test
public class TestCTDoseAcquisition extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TestCTDoseAcquisition(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()static junit.framework.Testsuite()protected voidtearDown()voidTestCTDoseAcquisitionConstructor_WithAllParameters_Axial()voidTestCTDoseAcquisitionConstructor_WithAllParameters_AxialOnePosition()voidTestCTDoseAcquisitionConstructor_WithAllParameters_Equality()voidTestCTDoseAcquisitionConstructor_WithAllParameters_Helical()voidTestCTDoseAcquisitionConstructor_WithAllParameters_MatchForMerge()voidTestCTDoseAcquisitionConstructor_WithAllParameters_StationaryBasedOnZeroPitchInAcquisitionParameterChildren()voidTestCTDoseAcquisitionConstructor_WithAllParameters_WithAcquisitionParameterChildren()voidTestCTDoseAcquisitionConstructor_WithAllParameters_WithEntireAcquisitionParameterMerge()-
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
-
-
-
-
Method Detail
-
suite
public static junit.framework.Test suite()
-
setUp
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
TestCTDoseAcquisitionConstructor_WithAllParameters_Helical
public void TestCTDoseAcquisitionConstructor_WithAllParameters_Helical() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTDoseAcquisitionConstructor_WithAllParameters_Axial
public void TestCTDoseAcquisitionConstructor_WithAllParameters_Axial() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTDoseAcquisitionConstructor_WithAllParameters_AxialOnePosition
public void TestCTDoseAcquisitionConstructor_WithAllParameters_AxialOnePosition() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTDoseAcquisitionConstructor_WithAllParameters_WithAcquisitionParameterChildren
public void TestCTDoseAcquisitionConstructor_WithAllParameters_WithAcquisitionParameterChildren() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTDoseAcquisitionConstructor_WithAllParameters_StationaryBasedOnZeroPitchInAcquisitionParameterChildren
public void TestCTDoseAcquisitionConstructor_WithAllParameters_StationaryBasedOnZeroPitchInAcquisitionParameterChildren() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTDoseAcquisitionConstructor_WithAllParameters_Equality
public void TestCTDoseAcquisitionConstructor_WithAllParameters_Equality() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTDoseAcquisitionConstructor_WithAllParameters_MatchForMerge
public void TestCTDoseAcquisitionConstructor_WithAllParameters_MatchForMerge() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTDoseAcquisitionConstructor_WithAllParameters_WithEntireAcquisitionParameterMerge
public void TestCTDoseAcquisitionConstructor_WithAllParameters_WithEntireAcquisitionParameterMerge() throws java.lang.Exception- Throws:
java.lang.Exception
-
-