Uses of Package
org.apache.accumulo.iteratortest
-
Packages that use org.apache.accumulo.iteratortest Package Description org.apache.accumulo.iteratortest org.apache.accumulo.iteratortest.testcases -
Classes in org.apache.accumulo.iteratortest used by org.apache.accumulo.iteratortest Class Description IteratorTestCase An interface that accepts some input for testing aSortedKeyValueIterator
, runs the specific implementation of the test and returns the outcome from that iterator.IteratorTestInput The necessary user-input to invoke a test on aSortedKeyValueIterator
.IteratorTestOutput The expected results from invoking aIteratorTestCase
on aIteratorTestInput
.IteratorTestOutput.TestOutcome An outcome about what happened during a test case.IteratorTestParameters -
Classes in org.apache.accumulo.iteratortest used by org.apache.accumulo.iteratortest.testcases Class Description IteratorTestCase An interface that accepts some input for testing aSortedKeyValueIterator
, runs the specific implementation of the test and returns the outcome from that iterator.IteratorTestInput The necessary user-input to invoke a test on aSortedKeyValueIterator
.IteratorTestOutput The expected results from invoking aIteratorTestCase
on aIteratorTestInput
.