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 TypeMethodDescriptionvoid
AbstractNodeTester.noMoreNodes
(NodeTest forTest) Validate that the Nodes validated one-by-one in theisValid
method were all the Nodes expected.void
NodeTester.noMoreNodes
(NodeTest forTest) Validate that the Nodes passed one-by-one to thetestNode
method were all the Nodes expected.void
NodeTest.performTest
(NodeTester tester, short singleNodeType) Does this NodeTest pass using the specified NodeTester instance?void
NodeTest.performTest
(NodeTester tester, short[] nodeTypes) Does this NodeTest pass using the specified NodeTester instance?void
AbstractNodeTester.testAttribute
(Attr attribute) Template delegator for testNode() method.void
AbstractNodeTester.testCDATASection
(CDATASection cdata) Template delegator for testNode() method.void
AbstractNodeTester.testComment
(Comment comment) Template delegator for testNode() method.void
AbstractNodeTester.testDocumentType
(DocumentType doctype) Template delegator for testNode() method.void
AbstractNodeTester.testElement
(Element element) Template delegator for testNode() method.void
AbstractNodeTester.testEntity
(Entity entity) Template delegator for testNode() method.void
AbstractNodeTester.testEntityReference
(EntityReference reference) Template delegator for testNode() method.void
Validate a single Node by delegating to node type specific methods.void
Validate a single Nodevoid
AbstractNodeTester.testNotation
(Notation notation) Template delegator for testNode() method.void
AbstractNodeTester.testProcessingInstruction
(ProcessingInstruction instr) Template delegator for testNode() method.void
Template delegator for testNode() method.private void
-
Uses of NodeTestException in org.custommonkey.xmlunit.examples
Methods in org.custommonkey.xmlunit.examples that throw NodeTestExceptionModifier and TypeMethodDescriptionvoid
CountingNodeTester.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.