com.pixelmed.test
Class TestCharacterSetTextAttribute

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.pixelmed.test.TestCharacterSetTextAttribute
All Implemented Interfaces:
junit.framework.Test

public class TestCharacterSetTextAttribute
extends junit.framework.TestCase


Constructor Summary
TestCharacterSetTextAttribute(String name)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void TestCharacterSetTextAttribute_AddStringValueFromByteArrayAndWriteIt()
           
 void TestCharacterSetTextAttribute_AddValueAndWriteIt()
           
 void TestCharacterSetTextAttribute_AddValueAndWriteItDefaultEncoding()
           
 void TestCharacterSetTextAttribute_SetByteArrayValuesAndWriteIt()
           
 void TestCharacterSetTextAttribute_SetValueAndWriteIt()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCharacterSetTextAttribute

public TestCharacterSetTextAttribute(String name)
Method Detail

suite

public static junit.framework.Test suite()

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

TestCharacterSetTextAttribute_AddValueAndWriteItDefaultEncoding

public void TestCharacterSetTextAttribute_AddValueAndWriteItDefaultEncoding()
                                                                     throws Exception
Throws:
Exception

TestCharacterSetTextAttribute_AddValueAndWriteIt

public void TestCharacterSetTextAttribute_AddValueAndWriteIt()
                                                      throws Exception
Throws:
Exception

TestCharacterSetTextAttribute_SetValueAndWriteIt

public void TestCharacterSetTextAttribute_SetValueAndWriteIt()
                                                      throws Exception
Throws:
Exception

TestCharacterSetTextAttribute_AddStringValueFromByteArrayAndWriteIt

public void TestCharacterSetTextAttribute_AddStringValueFromByteArrayAndWriteIt()
                                                                         throws Exception
Throws:
Exception

TestCharacterSetTextAttribute_SetByteArrayValuesAndWriteIt

public void TestCharacterSetTextAttribute_SetByteArrayValuesAndWriteIt()
                                                                throws Exception
Throws:
Exception