Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

de.zeigermann.xml
Class XMLWriterTest  view XMLWriterTest download XMLWriterTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byde.zeigermann.xml.XMLWriterTest
All Implemented Interfaces:
junit.framework.Test

public class XMLWriterTest
extends junit.framework.TestCase

Test cases for XMLWriter, XMLOutputStreamWriter, and XMLEncode.


Field Summary
private  java.io.StringWriter stringWriter
           
private  XMLWriter xmlWriter
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
XMLWriterTest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testCreateEmptyStartTag()
          Test of createStartTag method, of class de.zeigermann.xml.XMLOutputStreamWriter.
 void testCreateEndTag()
          Test of createEndTag method, of class de.zeigermann.xml.XMLOutputStreamWriter.
 void testCreateStartTag()
          Test of createStartTag method, of class de.zeigermann.xml.XMLOutputStreamWriter.
 void testCreateStartTag2()
          Test of createStartTag method, of class de.zeigermann.xml.XMLOutputStreamWriter.
 void testDecode()
           
 void testDetail()
           
 void testEncoding()
           
 void testExtendedConvenience()
           
 void testMain()
           
 void testSAXAttributes()
           
 void testUmlaute()
           
 void testWriteComment()
          Test of writeComment method, of class de.zeigermann.xml.XMLOutputStreamWriter.
 void testWritePI()
          Test of writePI method, of class de.zeigermann.xml.XMLOutputStreamWriter.
 void testWriteProlog()
          Test of writeProlog method, of class de.zeigermann.xml.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
 

Field Detail

xmlWriter

private XMLWriter xmlWriter

stringWriter

private java.io.StringWriter stringWriter
Constructor Detail

XMLWriterTest

public XMLWriterTest(java.lang.String testName)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

testCreateEndTag

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


testCreateStartTag

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


testCreateStartTag2

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


testCreateEmptyStartTag

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


testWriteProlog

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


testWriteComment

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


testWritePI

public void testWritePI()
Test of writePI method, of class de.zeigermann.xml.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()