Package com.pixelmed.test
Class TestPrivateCreatorValueRepresentation
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestPrivateCreatorValueRepresentation
-
- All Implemented Interfaces:
junit.framework.Test
public class TestPrivateCreatorValueRepresentation extends junit.framework.TestCase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classTestPrivateCreatorValueRepresentation.OurUnknownAttribute
-
Constructor Summary
Constructors Constructor Description TestPrivateCreatorValueRepresentation(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()voidTestPrivateCreatorValueRepresentation_FromExplicitUNVR()voidTestPrivateCreatorValueRepresentation_FromExplicitVR()voidTestPrivateCreatorValueRepresentation_FromImplicitVR()-
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
-
TestPrivateCreatorValueRepresentation_FromImplicitVR
public void TestPrivateCreatorValueRepresentation_FromImplicitVR() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestPrivateCreatorValueRepresentation_FromExplicitVR
public void TestPrivateCreatorValueRepresentation_FromExplicitVR() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestPrivateCreatorValueRepresentation_FromExplicitUNVR
public void TestPrivateCreatorValueRepresentation_FromExplicitUNVR() throws java.lang.Exception- Throws:
java.lang.Exception
-
-