| Package | Description |
|---|---|
| org.apache.accumulo.iteratortest | |
| org.apache.accumulo.iteratortest.junit4 | |
| org.apache.accumulo.iteratortest.testcases |
| Modifier and Type | Method and Description |
|---|---|
IteratorTestOutput |
IteratorTestReport.getActualOutput() |
IteratorTestOutput |
IteratorTestReport.getExpectedOutput() |
IteratorTestOutput |
IteratorTestRunner.getTestOutput() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OutputVerifyingTestCase.verify(IteratorTestOutput expected,
IteratorTestOutput actual) |
boolean |
IteratorTestCase.verify(IteratorTestOutput expected,
IteratorTestOutput actual)
Compute whether or not the expected and actual output is a success or failure for this
implementation.
|
boolean |
InstantiationTestCase.verify(IteratorTestOutput expected,
IteratorTestOutput actual) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.