com.arsdigita.util.xml.test
Class DOMWriterTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.arsdigita.util.xml.test.DOMWriterTest
All Implemented Interfaces:
junit.framework.Test

public class DOMWriterTest
extends junit.framework.TestCase

This is a test of the DOMWriter class.

Since:
ACS 4.0

Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
DOMWriterTest(java.lang.String s)
           
 
Method Summary
 void setUp()
           
 void testAPM()
           
 void testPersonal()
          Test whether the domwriter can write out identical output to an input file.
 void xmlFixture(java.io.File xmlFile, java.io.File dtdFile, java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cvsId

public static final java.lang.String cvsId
Constructor Detail

DOMWriterTest

public DOMWriterTest(java.lang.String s)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

xmlFixture

public void xmlFixture(java.io.File xmlFile,
                       java.io.File dtdFile,
                       java.lang.String publicId,
                       java.lang.String systemId)

testAPM

public void testAPM()

testPersonal

public void testPersonal()
Test whether the domwriter can write out identical output to an input file.