com.pixelmed.test
Class TestCleanerReceiveAndClean.ExpectedResult

java.lang.Object
  extended by com.pixelmed.test.TestCleanerReceiveAndClean.ExpectedResult
Enclosing class:
TestCleanerReceiveAndClean

protected class TestCleanerReceiveAndClean.ExpectedResult
extends Object


Constructor Summary
TestCleanerReceiveAndClean.ExpectedResult(AttributeTag tag, boolean handleAsUID, boolean cleaned, String originalValue, String cleanedValueIfCleaned)
           
 
Method Summary
 void checkIsAsExpected(AttributeList list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCleanerReceiveAndClean.ExpectedResult

public TestCleanerReceiveAndClean.ExpectedResult(AttributeTag tag,
                                                 boolean handleAsUID,
                                                 boolean cleaned,
                                                 String originalValue,
                                                 String cleanedValueIfCleaned)
Method Detail

checkIsAsExpected

public void checkIsAsExpected(AttributeList list)