Uses of Class
com.google.common.collect.testing.PerCollectionSizeTestSuiteBuilder
-
Packages that use PerCollectionSizeTestSuiteBuilder Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of PerCollectionSizeTestSuiteBuilder in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type PerCollectionSizeTestSuiteBuilder Modifier and Type Class Description classPerCollectionSizeTestSuiteBuilder<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 eachCollectionSizepresent in the features specified byFeatureSpecificTestSuiteBuilder.withFeatures(Feature...).Subclasses of PerCollectionSizeTestSuiteBuilder in com.google.common.collect.testing Modifier and Type Class Description classAbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,E>,E>Abstract superclass of all test-suite builders for collection interfaces.classCollectionTestSuiteBuilder<E>Concrete instantiation ofAbstractCollectionTestSuiteBuilderfor testing collections that do not have a more specific tester likeListTestSuiteBuilderorSetTestSuiteBuilder.classConcurrentMapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentMap implementation.classConcurrentNavigableMapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentNavigableMap implementation.classListTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests a List implementation.classMapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests a Map implementation.classNavigableMapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.classNavigableSetTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.classQueueTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests a queue implementation.classSetTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests a Set implementation.classSortedMapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMap implementation.classSortedSetTestSuiteBuilder<E>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
Subclasses of PerCollectionSizeTestSuiteBuilder in com.google.common.collect.testing.google Modifier and Type Class Description classBiMapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests aBiMapimplementation.classListMultimapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests aListMultimapimplementation.classMultimapTestSuiteBuilder<K,V,M extends com.google.common.collect.Multimap<K,V>>Creates, based on your criteria, a JUnit test suite that exhaustively tests aMultimapimplementation.classMultisetTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests aMultisetimplementation.classSetMultimapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests aSetMultimapimplementation.classSortedMultisetTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests aSortedMultisetimplementation.classSortedSetMultimapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests aSortedSetMultimapimplementation.
-