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 class
TestCStore_AETs.OurReceivedObjectHandler
-
Field Summary
Fields Modifier and Type Field Description protected boolean
associationReleased
protected java.lang.String
lastReceivedDicomFileName
protected static java.lang.String
scpAET
protected static java.lang.String
scuAET
protected static int
waitIntervalWhenSleeping
-
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 void
setUp()
static junit.framework.Test
suite()
protected void
tearDown()
void
TestCStore_AETs_DifferentCallingAndCalledAETs()
void
TestCStore_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:
setUp
in classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDown
in 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
-
-