Uses of Class
org.custommonkey.xmlunit.NodeTest
-
Packages that use NodeTest Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer.org.custommonkey.xmlunit.examples -
-
Uses of NodeTest in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit with parameters of type NodeTest Modifier and Type Method Description static 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.voidAbstractNodeTester. testNode(Node aNode, NodeTest forTest)Validate a single Node by delegating to node type specific methods.voidNodeTester. testNode(Node aNode, NodeTest forTest)Validate a single Node -
Uses of NodeTest in org.custommonkey.xmlunit.examples
Methods in org.custommonkey.xmlunit.examples with parameters of type NodeTest Modifier and Type Method Description voidCountingNodeTester. 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.voidCountingNodeTester. testNode(Node aNode, NodeTest forTest)A single Node is always valid
-