Package com.pixelmed.test
Class TestCharacterSetStringAttribute
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestCharacterSetStringAttribute
-
- All Implemented Interfaces:
junit.framework.Test
public class TestCharacterSetStringAttribute extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TestCharacterSetStringAttribute(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setUp()
static junit.framework.Test
suite()
protected void
tearDown()
void
TestCharacterSetStringAttribute_AddTwoValuesAndWriteASCII()
void
TestCharacterSetStringAttribute_AddTwoValuesAndWriteThem()
void
TestCharacterSetStringAttribute_AddTwoValuesAndWriteThemDefaultEncoding()
void
TestCharacterSetStringAttribute_AddValueAndWriteIt()
-
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:
setUp
in classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDown
in classjunit.framework.TestCase
-
TestCharacterSetStringAttribute_AddValueAndWriteIt
public void TestCharacterSetStringAttribute_AddValueAndWriteIt() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestCharacterSetStringAttribute_AddTwoValuesAndWriteThem
public void TestCharacterSetStringAttribute_AddTwoValuesAndWriteThem() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestCharacterSetStringAttribute_AddTwoValuesAndWriteThemDefaultEncoding
public void TestCharacterSetStringAttribute_AddTwoValuesAndWriteThemDefaultEncoding() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestCharacterSetStringAttribute_AddTwoValuesAndWriteASCII
public void TestCharacterSetStringAttribute_AddTwoValuesAndWriteASCII() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-