Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XSLTConstants
A convenient place to hang constants relating to XSL transformations
|
Modifier and Type | Class and Description |
---|---|
class |
NodeDescriptor
Class for describing Nodes
|
class |
SimpleXpathEngine
Simple class for accessing the Nodes matched by an Xpath expression, or
evaluating the String value of an Xpath expression.
|
class |
XMLAssert
Collection of static methods so that XML assertion facilities are available
in any class, not just test suites.
|
class |
XMLTestCase
JUnit TestCase subclass: extend this to add XML assertion facilities to your
test suites.
|
class |
XpathNodeTracker
Tracks Nodes visited by the DifferenceEngine and converts that
information into an Xpath-String to supply to the NodeDetail of a
Difference instance.
|
Copyright © 2001–2017 XMLUnit. All rights reserved.