public class TestCleanerReceiveAndClean
extends junit.framework.TestCase
Modifier and Type | Class and Description |
---|---|
protected class |
TestCleanerReceiveAndClean.ExpectedResult |
protected class |
TestCleanerReceiveAndClean.OurReceivedObjectHandler |
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
addContributingEquipmentLabelText |
protected DicomCleaner |
application |
protected static java.lang.String |
cleanUIDsLabelText |
protected static java.lang.String |
existingTestFileToBeCleaned |
protected java.lang.String |
lastReceivedDicomFileName |
protected static java.lang.String |
localNameOfUnitTestSCP |
protected static java.lang.String |
ourCallingAET |
protected static int |
receivingCleanedDebugLevel |
protected static java.lang.String |
removeCharacteristicsLabelText |
protected static java.lang.String |
removeClinicalTrialAttributesLabelText |
protected static java.lang.String |
removeDescriptionsLabelText |
protected static java.lang.String |
removeDeviceIdentityLabelText |
protected static java.lang.String |
removeIdentityLabelText |
protected static java.lang.String |
removeInstitutionIdentityLabelText |
protected static java.lang.String |
removePrivateLabelText |
protected static java.lang.String |
removeSeriesDescriptionsLabelText |
protected static java.lang.String |
savedImagesFolderName |
protected static int |
sendingDebugLevel |
protected static int |
waitIntervalWhenSleeping |
protected static java.lang.String |
zipExportLabelText |
Constructor and Description |
---|
TestCleanerReceiveAndClean(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkAllAreAsExpected(AttributeList list) |
protected void |
setUp() |
static junit.framework.Test |
suite() |
protected void |
tearDown() |
void |
TestCleanerReceiveAndClean_ReceiveAndCleanWithDefaults() |
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
protected static final java.lang.String ourCallingAET
protected static final java.lang.String localNameOfUnitTestSCP
protected static final java.lang.String savedImagesFolderName
protected static final java.lang.String existingTestFileToBeCleaned
protected static final int sendingDebugLevel
protected static final int receivingCleanedDebugLevel
protected static final int waitIntervalWhenSleeping
protected static java.lang.String removeIdentityLabelText
protected static java.lang.String removeDescriptionsLabelText
protected static java.lang.String removeSeriesDescriptionsLabelText
protected static java.lang.String removeCharacteristicsLabelText
protected static java.lang.String removeDeviceIdentityLabelText
protected static java.lang.String removeInstitutionIdentityLabelText
protected static java.lang.String cleanUIDsLabelText
protected static java.lang.String removePrivateLabelText
protected static java.lang.String addContributingEquipmentLabelText
protected static java.lang.String removeClinicalTrialAttributesLabelText
protected static java.lang.String zipExportLabelText
protected volatile DicomCleaner application
protected volatile java.lang.String lastReceivedDicomFileName
public TestCleanerReceiveAndClean(java.lang.String name)
public static junit.framework.Test suite()
protected void setUp()
setUp
in class junit.framework.TestCase
protected void tearDown()
tearDown
in class junit.framework.TestCase
protected void checkAllAreAsExpected(AttributeList list)
public void TestCleanerReceiveAndClean_ReceiveAndCleanWithDefaults() throws java.lang.Exception
java.lang.Exception