Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
org.custommonkey.xmlunit.examples |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNodeTester
Helper class.
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLAssert.assertNodeTestPasses(InputSource xml,
NodeTester tester,
short nodeType)
Execute a
NodeTest for a single node type
and assert that it passes |
void |
XMLTestCase.assertNodeTestPasses(InputSource xml,
NodeTester tester,
short nodeType)
Execute a
NodeTest for a single node type
and assert that it passes |
static void |
XMLAssert.assertNodeTestPasses(NodeTest test,
NodeTester tester,
short[] nodeTypes,
boolean assertion)
Execute a
NodeTest for multiple node types and make an
assertion about it whether it is expected to pass |
void |
XMLTestCase.assertNodeTestPasses(NodeTest test,
NodeTester tester,
short[] nodeTypes,
boolean assertion)
Execute a
NodeTest for multiple node types and make an
assertion about it whether it is expected to pass |
static void |
XMLAssert.assertNodeTestPasses(String xmlString,
NodeTester tester,
short nodeType)
Execute a
NodeTest for a single node type
and assert that it passes |
void |
XMLTestCase.assertNodeTestPasses(String xmlString,
NodeTester tester,
short nodeType)
Execute a
NodeTest for a single node type
and assert that it passes |
void |
NodeTest.performTest(NodeTester tester,
short singleNodeType)
Does this NodeTest pass using the specified NodeTester instance?
|
void |
NodeTest.performTest(NodeTester tester,
short[] nodeTypes)
Does this NodeTest pass using the specified NodeTester instance?
|
Modifier and Type | Class and Description |
---|---|
class |
CountingNodeTester
Counts the number of nodes in a document to allow assertions to be made
using a NodeTest.
|
Copyright © 2001–2017 XMLUnit. All rights reserved.