org.dbunit.dataset.xml
Class FlatXmlWriterTest

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

public class FlatXmlWriterTest
extends junit.framework.TestCase

Since:
Sep 8, 2003$
Version:
$Revision: 849 $
Author:
Manuel Laflamme

Constructor Summary
FlatXmlWriterTest(String name)
           
 
Method Summary
static IDataSet getEmptyTableDataSet()
           
 void testWrite()
           
 void testWriteExcludeEmptyTable()
           
 void testWriteIncludeEmptyTable()
           
 void testWriteNullValue()
           
 void testWritePrettyPrintDisabled()
           
 void testWriteWithDocType()
           
 
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

FlatXmlWriterTest

public FlatXmlWriterTest(String name)
Method Detail

testWrite

public void testWrite()
               throws Exception
Throws:
Exception

testWriteWithDocType

public void testWriteWithDocType()
                          throws Exception
Throws:
Exception

testWriteExcludeEmptyTable

public void testWriteExcludeEmptyTable()
                                throws Exception
Throws:
Exception

testWriteIncludeEmptyTable

public void testWriteIncludeEmptyTable()
                                throws Exception
Throws:
Exception

testWriteNullValue

public void testWriteNullValue()
                        throws Exception
Throws:
Exception

testWritePrettyPrintDisabled

public void testWritePrettyPrintDisabled()
                                  throws Exception
Throws:
Exception

getEmptyTableDataSet

public static IDataSet getEmptyTableDataSet()
                                     throws DataSetException
Throws:
DataSetException


Copyright © 2002-2012. All Rights Reserved.