org.dbunit.dataset.xml
Class XmlDataSetWriterTest

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

public class XmlDataSetWriterTest
extends junit.framework.TestCase

Since:
Sep 9, 2005$
Version:
$Id: XmlDataSetWriterTest.java 849 2008-10-29 22:07:52Z gommma $
Author:
Felipe Leme

Constructor Summary
XmlDataSetWriterTest(String name)
           
 
Method Summary
static DefaultDataSet getDefaultDataSet()
           
static DefaultDataSet getMinimalDataSet()
           
 void testWrite()
           
 void testWritePrettyPrintDisabled()
           
 void testWriteWithCData()
           
 void testWriteWithComments()
           
 
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

XmlDataSetWriterTest

public XmlDataSetWriterTest(String name)
Method Detail

getDefaultDataSet

public static DefaultDataSet getDefaultDataSet()
                                        throws Exception
Throws:
Exception

getMinimalDataSet

public static DefaultDataSet getMinimalDataSet()
                                        throws Exception
Throws:
Exception

testWrite

public void testWrite()
               throws Exception
Throws:
Exception

testWriteWithComments

public void testWriteWithComments()
                           throws Exception
Throws:
Exception

testWriteWithCData

public void testWriteWithCData()
                        throws Exception
Throws:
Exception

testWritePrettyPrintDisabled

public void testWritePrettyPrintDisabled()
                                  throws Exception
Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.