Uses of Class
org.custommonkey.xmlunit.NodeTest
Packages that use NodeTest
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of NodeTest in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit with parameters of type NodeTestModifier and TypeMethodDescriptionstatic voidXMLAssert.assertNodeTestPasses(NodeTest test, NodeTester tester, short[] nodeTypes, boolean assertion) Execute aNodeTestfor multiple node types and make an assertion about it whether it is expected to passvoidXMLTestCase.assertNodeTestPasses(NodeTest test, NodeTester tester, short[] nodeTypes, boolean assertion) Execute aNodeTestfor multiple node types and make an assertion about it whether it is expected to passvoidAbstractNodeTester.noMoreNodes(NodeTest forTest) Validate that the Nodes validated one-by-one in theisValidmethod were all the Nodes expected.voidNodeTester.noMoreNodes(NodeTest forTest) Validate that the Nodes passed one-by-one to thetestNodemethod were all the Nodes expected.voidValidate a single Node by delegating to node type specific methods.voidValidate a single Node -
Uses of NodeTest in org.custommonkey.xmlunit.examples
Methods in org.custommonkey.xmlunit.examples with parameters of type NodeTestModifier and TypeMethodDescriptionvoidCountingNodeTester.noMoreNodes(NodeTest forTest) Called by NodeTest when all nodes have been iterated over: time to see if all the nodes that were expected were found.voidA single Node is always valid