Class IteratorTestBase

java.lang.Object
org.apache.accumulo.iteratortest.IteratorTestBase

@TestInstance(PER_CLASS) public abstract class IteratorTestBase extends Object
A base test class for users to leverage to test their iterators.

Users should extend this class and override its abstract methods to provide IteratorTestInput, IteratorTestOutput and a List<IteratorTestCase> which will all serve as the parameters for an iterator test case.