Class TestCleanerReceiveAndClean

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.pixelmed.test.TestCleanerReceiveAndClean
All Implemented Interfaces:
junit.framework.Test

public class TestCleanerReceiveAndClean extends junit.framework.TestCase
  • Field Details

    • ourCallingAET

      protected static final String ourCallingAET
      See Also:
    • localNameOfUnitTestSCP

      protected static final String localNameOfUnitTestSCP
      See Also:
    • savedImagesFolderName

      protected static final String savedImagesFolderName
      See Also:
    • existingTestFileToBeCleaned

      protected static final String existingTestFileToBeCleaned
      See Also:
    • waitIntervalWhenSleeping

      protected static final int waitIntervalWhenSleeping
      See Also:
    • removeIdentityLabelText

      protected static String removeIdentityLabelText
    • removeDescriptionsLabelText

      protected static String removeDescriptionsLabelText
    • removeSeriesDescriptionsLabelText

      protected static String removeSeriesDescriptionsLabelText
    • removeCharacteristicsLabelText

      protected static String removeCharacteristicsLabelText
    • removeDeviceIdentityLabelText

      protected static String removeDeviceIdentityLabelText
    • removeInstitutionIdentityLabelText

      protected static String removeInstitutionIdentityLabelText
    • cleanUIDsLabelText

      protected static String cleanUIDsLabelText
    • removePrivateLabelText

      protected static String removePrivateLabelText
    • addContributingEquipmentLabelText

      protected static String addContributingEquipmentLabelText
    • removeClinicalTrialAttributesLabelText

      protected static String removeClinicalTrialAttributesLabelText
    • zipExportLabelText

      protected static String zipExportLabelText
    • hierarchicalExportLabelText

      protected static String hierarchicalExportLabelText
    • acceptAnyTransferSyntaxLabelText

      protected static String acceptAnyTransferSyntaxLabelText
    • application

      protected volatile DicomCleaner application
    • lastReceivedDicomFileName

      protected volatile String lastReceivedDicomFileName
  • Constructor Details

    • TestCleanerReceiveAndClean

      public TestCleanerReceiveAndClean(String name)
  • Method Details

    • suite

      public static junit.framework.Test suite()
    • setUp

      protected void setUp()
      Overrides:
      setUp in class junit.framework.TestCase
    • tearDown

      protected void tearDown()
      Overrides:
      tearDown in class junit.framework.TestCase
    • checkAllAreAsExpected

      protected void checkAllAreAsExpected(AttributeList list)
    • TestCleanerReceiveAndClean_ReceiveAndCleanWithDefaults

      public void TestCleanerReceiveAndClean_ReceiveAndCleanWithDefaults() throws Exception
      Throws:
      Exception