| Package | Description |
|---|---|
| org.apache.accumulo.iteratortest | |
| org.apache.accumulo.iteratortest.junit4 | |
| org.apache.accumulo.iteratortest.testcases |
| Modifier and Type | Method and Description |
|---|---|
IteratorTestInput |
IteratorTestReport.getInput() |
IteratorTestInput |
IteratorTestRunner.getTestInput() |
| Modifier and Type | Method and Description |
|---|---|
static SortedKeyValueIterator<Key,Value> |
IteratorTestUtil.createSource(IteratorTestInput input) |
static SortedKeyValueIterator<Key,Value> |
IteratorTestUtil.instantiateIterator(IteratorTestInput input) |
| Constructor and Description |
|---|
IteratorTestReport(IteratorTestInput input,
IteratorTestOutput expectedOutput,
IteratorTestOutput actualOutput,
IteratorTestCase testCase) |
IteratorTestRunner(IteratorTestInput testInput,
IteratorTestOutput testOutput,
Collection<IteratorTestCase> testCases)
Construct an instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
static Object[][] |
BaseJUnit4IteratorTest.createParameters(IteratorTestInput input,
IteratorTestOutput output,
Collection<IteratorTestCase> testCases)
A helper function to convert input, output and a list of test cases into a two-dimensional
array for JUnit's Parameterized runner.
|
| Constructor and Description |
|---|
BaseJUnit4IteratorTest(IteratorTestInput input,
IteratorTestOutput expectedOutput,
IteratorTestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
IteratorTestOutput |
YieldingTestCase.test(IteratorTestInput testInput) |
IteratorTestOutput |
ReSeekTestCase.test(IteratorTestInput testInput) |
IteratorTestOutput |
MultipleHasTopCalls.test(IteratorTestInput testInput) |
IteratorTestOutput |
IteratorTestCase.test(IteratorTestInput testInput)
Run the implementation's test against the given input.
|
IteratorTestOutput |
IsolatedDeepCopiesTestCase.test(IteratorTestInput testInput) |
IteratorTestOutput |
InstantiationTestCase.test(IteratorTestInput testInput) |
IteratorTestOutput |
DeepCopyTestCase.test(IteratorTestInput testInput) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.