Package com.pixelmed.test
Class TestCTAcquisitionParameters
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestCTAcquisitionParameters
-
- All Implemented Interfaces:
junit.framework.Test
public class TestCTAcquisitionParameters extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TestCTAcquisitionParameters(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()voidTestCTAcquisitionParametersConstructor_Equality()voidTestCTAcquisitionParametersConstructor_Equality_WithTID10014ScanningLength()voidTestCTAcquisitionParametersConstructor_EqualityWithSomeNullValues()voidTestCTAcquisitionParametersConstructor_WithAllParameters()voidTestCTAcquisitionParametersConstructor_WithAllParameters_CloneConstructor()voidTestCTAcquisitionParametersConstructor_WithAllParameters_Merge()-
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
-
TestCTAcquisitionParametersConstructor_WithAllParameters
public void TestCTAcquisitionParametersConstructor_WithAllParameters() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTAcquisitionParametersConstructor_Equality
public void TestCTAcquisitionParametersConstructor_Equality() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTAcquisitionParametersConstructor_EqualityWithSomeNullValues
public void TestCTAcquisitionParametersConstructor_EqualityWithSomeNullValues() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTAcquisitionParametersConstructor_Equality_WithTID10014ScanningLength
public void TestCTAcquisitionParametersConstructor_Equality_WithTID10014ScanningLength() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTAcquisitionParametersConstructor_WithAllParameters_CloneConstructor
public void TestCTAcquisitionParametersConstructor_WithAllParameters_CloneConstructor() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCTAcquisitionParametersConstructor_WithAllParameters_Merge
public void TestCTAcquisitionParametersConstructor_WithAllParameters_Merge() throws java.lang.Exception- Throws:
java.lang.Exception
-
-