@GwtIncompatible public class SortedSetTestSuiteBuilder<E> extends SetTestSuiteBuilder<E>
| Constructor and Description |
|---|
SortedSetTestSuiteBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected List<junit.framework.TestSuite> |
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder) |
junit.framework.TestSuite |
createTestSuite()
Creates a runnable JUnit test suite based on the criteria already given.
|
protected List<Class<? extends AbstractTester>> |
getTesters() |
static <E> SortedSetTestSuiteBuilder<E> |
using(TestSortedSetGenerator<E> generator) |
usingcheckCanCreate, formatFeatureSet, getFeatures, getName, getSetUp, getSubjectGenerator, getSuppressedTests, getTearDown, makeSuiteForTesterClass, named, self, suppressing, suppressing, usingGenerator, withFeatures, withFeatures, withSetUp, withTearDownpublic SortedSetTestSuiteBuilder()
public static <E> SortedSetTestSuiteBuilder<E> using(TestSortedSetGenerator<E> generator)
protected List<Class<? extends AbstractTester>> getTesters()
getTesters in class SetTestSuiteBuilder<E>public junit.framework.TestSuite createTestSuite()
PerCollectionSizeTestSuiteBuildercreateTestSuite in class PerCollectionSizeTestSuiteBuilder<SetTestSuiteBuilder<E>,TestCollectionGenerator<E>,Collection<E>,E>protected List<junit.framework.TestSuite> createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder)
createDerivedSuites in class SetTestSuiteBuilder<E>Copyright © 2010–2019. All rights reserved.