Package com.pixelmed.test
Class TestCStore_AETs
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestCStore_AETs
-
- All Implemented Interfaces:
junit.framework.Test
public class TestCStore_AETs extends junit.framework.TestCase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classTestCStore_AETs.OurReceivedObjectHandler
-
Field Summary
Fields Modifier and Type Field Description protected booleanassociationReleasedprotected java.lang.StringlastReceivedDicomFileNameprotected static java.lang.StringscpAETprotected static java.lang.StringscuAETprotected static intwaitIntervalWhenSleeping
-
Constructor Summary
Constructors Constructor Description TestCStore_AETs(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()voidTestCStore_AETs_DifferentCallingAndCalledAETs()voidTestCStore_AETs_SameCallingAndCalledAETs()-
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
-
-
-
-
Field Detail
-
waitIntervalWhenSleeping
protected static final int waitIntervalWhenSleeping
- See Also:
- Constant Field Values
-
scpAET
protected static final java.lang.String scpAET
- See Also:
- Constant Field Values
-
scuAET
protected static final java.lang.String scuAET
- See Also:
- Constant Field Values
-
lastReceivedDicomFileName
protected volatile java.lang.String lastReceivedDicomFileName
-
associationReleased
protected volatile boolean associationReleased
-
-
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
-
TestCStore_AETs_DifferentCallingAndCalledAETs
public void TestCStore_AETs_DifferentCallingAndCalledAETs() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestCStore_AETs_SameCallingAndCalledAETs
public void TestCStore_AETs_SameCallingAndCalledAETs() throws java.lang.Exception- Throws:
java.lang.Exception
-
-