public class InstantiationTestCase extends Object implements IteratorTestCase
| Constructor and Description |
|---|
InstantiationTestCase() |
| Modifier and Type | Method and Description |
|---|---|
IteratorTestOutput |
test(IteratorTestInput testInput)
Run the implementation's test against the given input.
|
boolean |
verify(IteratorTestOutput expected,
IteratorTestOutput actual)
Compute whether or not the expected and actual output is a success or failure for this
implementation.
|
public IteratorTestOutput test(IteratorTestInput testInput)
IteratorTestCasetest in interface IteratorTestCasetestInput - The input to test.public 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.