Uses of Class
org.custommonkey.xmlunit.NodeTestException
Packages that use NodeTestException
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of NodeTestException in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit that throw NodeTestExceptionModifier and TypeMethodDescriptionvoidAbstractNodeTester.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.voidNodeTest.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?voidAbstractNodeTester.testAttribute(Attr attribute) Template delegator for testNode() method.voidAbstractNodeTester.testCDATASection(CDATASection cdata) Template delegator for testNode() method.voidAbstractNodeTester.testComment(Comment comment) Template delegator for testNode() method.voidAbstractNodeTester.testDocumentType(DocumentType doctype) Template delegator for testNode() method.voidAbstractNodeTester.testElement(Element element) Template delegator for testNode() method.voidAbstractNodeTester.testEntity(Entity entity) Template delegator for testNode() method.voidAbstractNodeTester.testEntityReference(EntityReference reference) Template delegator for testNode() method.voidValidate a single Node by delegating to node type specific methods.voidValidate a single NodevoidAbstractNodeTester.testNotation(Notation notation) Template delegator for testNode() method.voidAbstractNodeTester.testProcessingInstruction(ProcessingInstruction instr) Template delegator for testNode() method.voidTemplate delegator for testNode() method. -
Uses of NodeTestException in org.custommonkey.xmlunit.examples
Methods in org.custommonkey.xmlunit.examples that throw NodeTestExceptionModifier 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.