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
|
void |
AbstractNodeTester.noMoreNodes(NodeTest forTest) |
Validate that the Nodes validated one-by-one in the isValid
method were all the Nodes expected.
|
void |
NodeTester.noMoreNodes(NodeTest forTest) |
Validate that the Nodes passed one-by-one to the testNode
method were all the Nodes expected.
|
void |
AbstractNodeTester.testNode(org.w3c.dom.Node aNode,
NodeTest forTest) |
Validate a single Node by delegating to node type specific methods.
|
void |
NodeTester.testNode(org.w3c.dom.Node aNode,
NodeTest forTest) |
Validate a single Node
|