@GwtCompatible public interface OneSizeTestContainerGenerator<T,E> extends TestSubjectGenerator<T>, TestContainerGenerator<T,E>
The subject-generator interface accepted by Collection testers, for testing a Collection at one particular CollectionSize.
This interface should not be implemented outside this package; PerCollectionSizeTestSuiteBuilder constructs instances of it from a more general TestCollectionGenerator.
| Modifier and Type | Method and Description |
|---|---|
CollectionSize |
getCollectionSize() |
TestContainerGenerator<T,E> |
getInnerGenerator() |
Collection<E> |
getSampleElements(int howMany) |
createTestSubjectcreate, createArray, order, samplesTestContainerGenerator<T,E> getInnerGenerator()
Collection<E> getSampleElements(int howMany)
CollectionSize getCollectionSize()