Interface NodeTester
- All Known Implementing Classes:
AbstractNodeTester, CountingNodeTester, CountingNodeTester
-
Method Summary
Modifier and TypeMethodDescriptionvoidnoMoreNodes(NodeTest forTest) Validate that the Nodes passed one-by-one to thetestNodemethod were all the Nodes expected.voidValidate a single Node
-
Method Details
-
testNode
Validate a single Node- Parameters:
aNode-forTest-- Throws:
NodeTestException- if the node fails the test
-
noMoreNodes
Validate that the Nodes passed one-by-one to thetestNodemethod were all the Nodes expected.- Parameters:
forTest-- Throws:
NodeTestException- if this instance was expecting more nodes
-