org.jdom.test.cases.output
Class TestXMLOutputter

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jdom.test.cases.output.TestXMLOutputter
All Implemented Interfaces:
junit.framework.Test

public final class TestXMLOutputter
extends junit.framework.TestCase


Constructor Summary
TestXMLOutputter(java.lang.String name)
          Construct a new instance.
 
Method Summary
static void main(java.lang.String[] args)
          The main method runs all the tests in the text ui
 void setUp()
          This method is called before a test is executed.
static junit.framework.Test suite()
          The suite method runs all the tests
 void tearDown()
          This method is called after a test is executed.
 void test_ErrorSurrogatePair()
           
 void test_ErrorSurrogatePairOutput()
           
 void test_HighSurrogatePair()
           
 void test_HighSurrogatePairDecimal()
           
 void test_RawSurrogatePair()
           
 void test_RawSurrogatePairUTF8()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestXMLOutputter

public TestXMLOutputter(java.lang.String name)
Construct a new instance.

Method Detail

main

public static void main(java.lang.String[] args)
The main method runs all the tests in the text ui


setUp

public void setUp()
This method is called before a test is executed.

Overrides:
setUp in class junit.framework.TestCase

suite

public static junit.framework.Test suite()
The suite method runs all the tests


tearDown

public void tearDown()
This method is called after a test is executed.

Overrides:
tearDown in class junit.framework.TestCase

test_HighSurrogatePair

public void test_HighSurrogatePair()
                            throws org.jdom.JDOMException,
                                   java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

test_HighSurrogatePairDecimal

public void test_HighSurrogatePairDecimal()
                                   throws org.jdom.JDOMException,
                                          java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

test_RawSurrogatePair

public void test_RawSurrogatePair()
                           throws org.jdom.JDOMException,
                                  java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

test_RawSurrogatePairUTF8

public void test_RawSurrogatePairUTF8()
                               throws org.jdom.JDOMException,
                                      java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

test_ErrorSurrogatePair

public void test_ErrorSurrogatePair()
                             throws org.jdom.JDOMException,
                                    java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException

test_ErrorSurrogatePairOutput

public void test_ErrorSurrogatePairOutput()
                                   throws org.jdom.JDOMException,
                                          java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException


Copyright © 2007 Brett McLaughlin, Jason Hunter. All Rights Reserved.