Package com.pixelmed.test
Class TestUnknownSequenceValueRepresentation
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestUnknownSequenceValueRepresentation
-
- All Implemented Interfaces:
junit.framework.Test
public class TestUnknownSequenceValueRepresentation extends junit.framework.TestCase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classTestUnknownSequenceValueRepresentation.OurUnknownAttribute
-
Constructor Summary
Constructors Constructor Description TestUnknownSequenceValueRepresentation(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()voidTestUnknownSequenceValueRepresentation_FromExplicitVR_WithDefaultBufferedInput()voidTestUnknownSequenceValueRepresentation_FromExplicitVR_WithExplicitBufferedInput()voidTestUnknownSequenceValueRepresentation_FromExplicitVR_WithoutBufferedInput()voidTestUnknownSequenceValueRepresentation_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
-
TestUnknownSequenceValueRepresentation_FromExplicitVR_WithDefaultBufferedInput
public void TestUnknownSequenceValueRepresentation_FromExplicitVR_WithDefaultBufferedInput() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestUnknownSequenceValueRepresentation_FromExplicitVR_WithExplicitBufferedInput
public void TestUnknownSequenceValueRepresentation_FromExplicitVR_WithExplicitBufferedInput() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestUnknownSequenceValueRepresentation_FromExplicitVR_WithoutBufferedInput
public void TestUnknownSequenceValueRepresentation_FromExplicitVR_WithoutBufferedInput() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestUnknownSequenceValueRepresentation_FromImplicitVR
public void TestUnknownSequenceValueRepresentation_FromImplicitVR() throws java.lang.Exception- Throws:
java.lang.Exception
-
-