@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) |
using
checkCanCreate, formatFeatureSet, getFeatures, getName, getSetUp, getSubjectGenerator, getSuppressedTests, getTearDown, makeSuiteForTesterClass, named, self, suppressing, suppressing, usingGenerator, withFeatures, withFeatures, withSetUp, withTearDown
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()
PerCollectionSizeTestSuiteBuilder
createTestSuite
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-2016. All Rights Reserved.