org.apache.commons.xmlio.out
Class XMLWriterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.xmlio.out.XMLWriterTest
All Implemented Interfaces:
junit.framework.Test

public class XMLWriterTest
extends junit.framework.TestCase

Test cases for XMLWriter, XMLOutputStreamWriter, and XMLEncode.


Constructor Summary
XMLWriterTest(String testName)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testCreateEmptyStartTag()
          Test of createStartTag method, of class XMLOutputStreamWriter.
 void testCreateEndTag()
          Test of createEndTag method, of class XMLOutputStreamWriter.
 void testCreateStartTag()
          Test of createStartTag method, of class XMLOutputStreamWriter.
 void testCreateStartTag2()
          Test of createStartTag method, of class XMLOutputStreamWriter.
 void testDecode()
           
 void testDetail()
           
 void testEncoding()
           
 void testExtendedConvenience()
           
 void testMain()
           
 void testSAXAttributes()
           
 void testUmlaute()
           
 void testWriteComment()
          Test of writeComment method, of class XMLOutputStreamWriter.
 void testWritePI()
          Test of writePI method, of class XMLOutputStreamWriter.
 void testWriteProlog()
          Test of writeProlog method, of class XMLOutputStreamWriter.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

XMLWriterTest

public XMLWriterTest(String testName)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()

testCreateEndTag

public void testCreateEndTag()
Test of createEndTag method, of class XMLOutputStreamWriter.


testCreateStartTag

public void testCreateStartTag()
Test of createStartTag method, of class XMLOutputStreamWriter.


testCreateStartTag2

public void testCreateStartTag2()
Test of createStartTag method, of class XMLOutputStreamWriter.


testCreateEmptyStartTag

public void testCreateEmptyStartTag()
Test of createStartTag method, of class XMLOutputStreamWriter.


testWriteProlog

public void testWriteProlog()
Test of writeProlog method, of class XMLOutputStreamWriter.


testWriteComment

public void testWriteComment()
Test of writeComment method, of class XMLOutputStreamWriter.


testWritePI

public void testWritePI()
Test of writePI method, of class XMLOutputStreamWriter.


testMain

public void testMain()

testDecode

public void testDecode()

testDetail

public void testDetail()

testExtendedConvenience

public void testExtendedConvenience()

testUmlaute

public void testUmlaute()

testEncoding

public void testEncoding()

testSAXAttributes

public void testSAXAttributes()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.