public class SortedSetTestSuiteBuilder<E> extends SetTestSuiteBuilder<E>
Constructor and Description |
---|
SortedSetTestSuiteBuilder() |
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() |
static <E> SortedSetTestSuiteBuilder<E> |
using(TestSetGenerator<E> generator) |
createDerivedSuites
checkCanCreate, formatFeatureSet, getFeatures, getName, getSetUp, getSubjectGenerator, getSuppressedTests, getTearDown, makeSuiteForTesterClass, named, self, suppressing, suppressing, usingGenerator, withFeatures, withFeatures, withSetUp, withTearDown
public static <E> SortedSetTestSuiteBuilder<E> using(TestSetGenerator<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>
Copyright © 2010-2013. All Rights Reserved.