@GwtIncompatible public class DerivedIteratorTestSuiteBuilder<E> extends FeatureSpecificTestSuiteBuilder<DerivedIteratorTestSuiteBuilder<E>,TestSubjectGenerator<? extends Iterable<E>>>
IteratorTestSuiteBuilder.| Constructor and Description |
|---|
DerivedIteratorTestSuiteBuilder() |
| Modifier and Type | Method and Description |
|---|---|
junit.framework.TestSuite |
createTestSuite()
Creates a runnable JUnit test suite based on the criteria already given.
|
protected List<Class<? extends AbstractTester>> |
getTesters()
We rely entirely on the delegate builder for test creation, so this
just throws UnsupportedOperationException.
|
checkCanCreate, formatFeatureSet, getFeatures, getName, getSetUp, getSubjectGenerator, getSuppressedTests, getTearDown, makeSuiteForTesterClass, named, self, suppressing, suppressing, usingGenerator, withFeatures, withFeatures, withSetUp, withTearDownprotected List<Class<? extends AbstractTester>> getTesters()
getTesters in class FeatureSpecificTestSuiteBuilder<DerivedIteratorTestSuiteBuilder<E>,TestSubjectGenerator<? extends Iterable<E>>>public junit.framework.TestSuite createTestSuite()
FeatureSpecificTestSuiteBuildercreateTestSuite in class FeatureSpecificTestSuiteBuilder<DerivedIteratorTestSuiteBuilder<E>,TestSubjectGenerator<? extends Iterable<E>>>Copyright © 2010-2016. All Rights Reserved.