| Package | Description |
|---|---|
| org.apache.accumulo.iteratortest | |
| org.apache.accumulo.iteratortest.junit4 | |
| org.apache.accumulo.iteratortest.testcases |
| Modifier and Type | Method and Description |
|---|---|
IteratorTestCase |
IteratorTestReport.getTestCase() |
| Modifier and Type | Method and Description |
|---|---|
static List<IteratorTestCase> |
IteratorTestCaseFinder.findAllTestCases()
Instantiates all test cases provided.
|
Collection<IteratorTestCase> |
IteratorTestRunner.getTestCases() |
| Constructor and Description |
|---|
IteratorTestReport(IteratorTestInput input,
IteratorTestOutput expectedOutput,
IteratorTestOutput actualOutput,
IteratorTestCase testCase) |
| Constructor and Description |
|---|
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 | Class and Description |
|---|---|
class |
DeepCopyTestCase
Test case that verifies that an iterator can use the generated instance from
deepCopy. |
class |
InstantiationTestCase
TestCase to assert that an Iterator has a no-args constructor.
|
class |
IsolatedDeepCopiesTestCase
Test case that verifies that copies do not impact one another.
|
class |
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. |
class |
OutputVerifyingTestCase
Base
IteratorTestCase implementation that performs verification on the expected and
actual outcome. |
class |
ReSeekTestCase
Test case that verifies that an iterator can use the generated instance from
deepCopy. |
class |
YieldingTestCase
Test case that verifies that an iterator works correctly with the yielding api.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.