public abstract class OutputVerifyingTestCase extends Object implements IteratorTestCase
IteratorTestCase implementation that performs verification on the expected and
actual outcome.| Constructor and Description |
|---|
OutputVerifyingTestCase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(IteratorTestOutput expected,
IteratorTestOutput actual)
Compute whether or not the expected and actual output is a success or failure for this
implementation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittestpublic boolean verify(IteratorTestOutput expected, IteratorTestOutput actual)
IteratorTestCaseverify in interface IteratorTestCaseexpected - The expected output from the user.actual - The actual output from the testCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.