Class IteratorTestSuiteBuilder<E>
java.lang.Object
com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder<IteratorTestSuiteBuilder<E>,TestIteratorGenerator<?>>
com.google.common.collect.testing.IteratorTestSuiteBuilder<E>
@GwtIncompatible
public class IteratorTestSuiteBuilder<E>
extends FeatureSpecificTestSuiteBuilder<IteratorTestSuiteBuilder<E>,TestIteratorGenerator<?>>
Creates, based on your criteria, a JUnit test suite that exhaustively tests
an Iterator implementation.
At least, it will do when it's finished.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
checkCanCreate, createTestSuite, formatFeatureSet, getFeatures, getName, getSetUp, getSubjectGenerator, getSuppressedTests, getTearDown, makeSuiteForTesterClass, named, self, suppressing, suppressing, usingGenerator, withFeatures, withFeatures, withSetUp, withTearDown
-
Constructor Details
-
IteratorTestSuiteBuilder
public IteratorTestSuiteBuilder()
-
-
Method Details
-
getTesters
- Specified by:
getTesters
in classFeatureSpecificTestSuiteBuilder<IteratorTestSuiteBuilder<E>,
TestIteratorGenerator<?>>
-