| Interface | Description |
|---|---|
| IteratorTestCase |
An interface that accepts some input for testing a
SortedKeyValueIterator, runs the
specific implementation of the test and returns the outcome from that iterator. |
| Class | Description |
|---|---|
| DeepCopyTestCase |
Test case that verifies that an iterator can use the generated instance from
deepCopy. |
| InstantiationTestCase |
TestCase to assert that an Iterator has a no-args constructor.
|
| IsolatedDeepCopiesTestCase |
Test case that verifies that copies do not impact one another.
|
| MultipleHasTopCalls |
TestCase which asserts that multiple calls to
SortedKeyValueIterator.hasTop() should not
alter the internal state of the iterator and should not return different values due to multiple,
sequential invocations. |
| OutputVerifyingTestCase |
Base
IteratorTestCase implementation that performs verification on the expected and
actual outcome. |
| ReSeekTestCase |
Test case that verifies that an iterator can use the generated instance from
deepCopy. |
| YieldingTestCase |
Test case that verifies that an iterator works correctly with the yielding api.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.