Uses of Interface
org.custommonkey.xmlunit.NodeTester
Packages that use NodeTester
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of NodeTester in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement NodeTesterMethods in org.custommonkey.xmlunit with parameters of type NodeTesterModifier and TypeMethodDescriptionstatic voidXMLAssert.assertNodeTestPasses(String xmlString, NodeTester tester, short nodeType) Execute aNodeTestfor a single node type and assert that it passesstatic 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 passstatic voidXMLAssert.assertNodeTestPasses(InputSource xml, NodeTester tester, short nodeType) Execute aNodeTestfor a single node type and assert that it passesvoidXMLTestCase.assertNodeTestPasses(String xmlString, NodeTester tester, short nodeType) Execute aNodeTestfor a single node type and assert that it passesvoidXMLTestCase.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(InputSource xml, NodeTester tester, short nodeType) Execute aNodeTestfor a single node type and assert that it passesvoidNodeTest.performTest(NodeTester tester, short singleNodeType) Does this NodeTest pass using the specified NodeTester instance?voidNodeTest.performTest(NodeTester tester, short[] nodeTypes) Does this NodeTest pass using the specified NodeTester instance? -
Uses of NodeTester in org.custommonkey.xmlunit.examples
Classes in org.custommonkey.xmlunit.examples that implement NodeTesterModifier and TypeClassDescriptionclassCounts the number of nodes in a document to allow assertions to be made using a NodeTest.