Uses of Class
com.google.common.collect.testing.PerCollectionSizeTestSuiteBuilder
Packages that use PerCollectionSizeTestSuiteBuilder
-
Uses of PerCollectionSizeTestSuiteBuilder in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type PerCollectionSizeTestSuiteBuilderModifier and TypeClassDescriptionclass
PerCollectionSizeTestSuiteBuilder<B extends PerCollectionSizeTestSuiteBuilder<B,
G, T, E>, G extends TestContainerGenerator<T, E>, T, E> This builder creates a composite test suite, containing a separate test suite for eachCollectionSize
present in the features specified byFeatureSpecificTestSuiteBuilder.withFeatures(Feature...)
.Subclasses of PerCollectionSizeTestSuiteBuilder in com.google.common.collect.testingModifier and TypeClassDescriptionclass
AbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,
E>, E> Abstract superclass of all test-suite builders for collection interfaces.class
Concrete instantiation ofAbstractCollectionTestSuiteBuilder
for testing collections that do not have a more specific tester likeListTestSuiteBuilder
orSetTestSuiteBuilder
.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentMap implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentNavigableMap implementation.final class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a List implementation.class
MapTestSuiteBuilder<K,
V> Creates, based on your criteria, a JUnit test suite that exhaustively tests a Map implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.final class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.final class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a queue implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a Set implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMap implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedSet implementation. -
Uses of PerCollectionSizeTestSuiteBuilder in com.google.common.collect.testing.google
Modifier and TypeClassDescriptionclass
Creates, based on your criteria, a JUnit test suite that exhaustively tests aBiMap
implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests aListMultimap
implementation.class
MultimapTestSuiteBuilder<K,
V, M extends com.google.common.collect.Multimap<K, V>> Creates, based on your criteria, a JUnit test suite that exhaustively tests aMultimap
implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests aMultiset
implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests aSetMultimap
implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests aSortedMultiset
implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests aSortedSetMultimap
implementation.