public interface IteratorTestCase
SortedKeyValueIterator, runs the
specific implementation of the test and returns the outcome from that iterator.| 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.
|
IteratorTestOutput test(IteratorTestInput testInput)
testInput - The input to test.boolean verify(IteratorTestOutput expected, IteratorTestOutput actual)
expected - The expected output from the user.actual - The actual output from the testCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.