Class XMLTestCase

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.custommonkey.xmlunit.XMLTestCase
All Implemented Interfaces:
junit.framework.Test, XMLConstants, XSLTConstants

public abstract class XMLTestCase extends junit.framework.TestCase implements XSLTConstants
JUnit TestCase subclass: extend this to add XML assertion facilities to your test suites. Available assertions are provided by static methods of the XMLAssert class. NB: All underlying similarity and difference testing is done using Diff instances which can be instantiated and evaluated independently of an XMLTestCase.
See Also: