public class TestCleanerReceiveAndClean
extends 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 |
acceptAnyTransferSyntaxLabelText |
protected static java.lang.String |
addContributingEquipmentLabelText |
protected DicomCleaner |
application |
protected static java.lang.String |
cleanUIDsLabelText |
protected static java.lang.String |
existingTestFileToBeCleaned |
protected static java.lang.String |
hierarchicalExportLabelText |
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 Test |
suite() |
protected void |
tearDown() |
void |
TestCleanerReceiveAndClean_ReceiveAndCleanWithDefaults() |
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 static java.lang.String hierarchicalExportLabelText
protected static java.lang.String acceptAnyTransferSyntaxLabelText
protected volatile DicomCleaner application
protected volatile java.lang.String lastReceivedDicomFileName
public TestCleanerReceiveAndClean(java.lang.String name)
public static Test suite()
protected void setUp()
protected void tearDown()
protected void checkAllAreAsExpected(AttributeList list)
public void TestCleanerReceiveAndClean_ReceiveAndCleanWithDefaults() throws java.lang.Exception
java.lang.Exception