Package com.pixelmed.test
Class TestDeidentifyStructuredContent
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestDeidentifyStructuredContent
-
- All Implemented Interfaces:
junit.framework.Test
public class TestDeidentifyStructuredContent extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TestDeidentifyStructuredContent(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()static junit.framework.Testsuite()protected voidtearDown()voidTestDeidentifyStructuredContent_KeepAll_FromSR()voidTestDeidentifyStructuredContent_Modify_FromSR()voidTestDeidentifyStructuredContent_Modify_FromSR_KeepDescriptors()voidTestDeidentifyStructuredContent_Modify_FromSR_KeepDevice()voidTestDeidentifyStructuredContent_Modify_FromSR_KeepInstitution()voidTestDeidentifyStructuredContent_RemoveAll_FromSR()-
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
-
-
-
-
Method Detail
-
suite
public static junit.framework.Test suite()
-
setUp
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
TestDeidentifyStructuredContent_KeepAll_FromSR
public void TestDeidentifyStructuredContent_KeepAll_FromSR() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeidentifyStructuredContent_RemoveAll_FromSR
public void TestDeidentifyStructuredContent_RemoveAll_FromSR() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeidentifyStructuredContent_Modify_FromSR
public void TestDeidentifyStructuredContent_Modify_FromSR() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeidentifyStructuredContent_Modify_FromSR_KeepDescriptors
public void TestDeidentifyStructuredContent_Modify_FromSR_KeepDescriptors() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeidentifyStructuredContent_Modify_FromSR_KeepDevice
public void TestDeidentifyStructuredContent_Modify_FromSR_KeepDevice() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeidentifyStructuredContent_Modify_FromSR_KeepInstitution
public void TestDeidentifyStructuredContent_Modify_FromSR_KeepInstitution() throws java.lang.Exception- Throws:
java.lang.Exception
-
-