org.dbunit.util.xml
Class XmlWriterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.util.xml.XmlWriterTest
All Implemented Interfaces:
junit.framework.Test

public class XmlWriterTest
extends junit.framework.TestCase

Since:
2.3.0
Version:
$Revision: 859 $ $Date: 2008-11-02 12:50:23 +0100 (Sun, 02 Nov 2008) $
Author:
gommma, Last changed by: $Author: gommma $

Constructor Summary
XmlWriterTest()
           
 
Method Summary
 void testLiterallyFalse()
           
 void testLiterallyTrue()
           
 void testOutputStreamWithNonDefaultEncoding()
           
 void testOutputStreamWithNullEncoding()
           
 void testWriteAttributesAfterText()
           
 void testWriteNestedCDATAWithoutSurrounder()
           
 void testWriteNestedCDATAWithSurrounder()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlWriterTest

public XmlWriterTest()
Method Detail

testLiterallyFalse

public void testLiterallyFalse()
                        throws Exception
Throws:
Exception

testLiterallyTrue

public void testLiterallyTrue()
                       throws Exception
Throws:
Exception

testWriteAttributesAfterText

public void testWriteAttributesAfterText()
                                  throws Exception
Throws:
Exception

testWriteNestedCDATAWithoutSurrounder

public void testWriteNestedCDATAWithoutSurrounder()
                                           throws Exception
Throws:
Exception

testWriteNestedCDATAWithSurrounder

public void testWriteNestedCDATAWithSurrounder()
                                        throws Exception
Throws:
Exception

testOutputStreamWithNullEncoding

public void testOutputStreamWithNullEncoding()
                                      throws Exception
Throws:
Exception

testOutputStreamWithNonDefaultEncoding

public void testOutputStreamWithNonDefaultEncoding()
                                            throws Exception
Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.