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 TypeClassDescriptionclassPerCollectionSizeTestSuiteBuilder<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.testingModifier and TypeClassDescriptionclassAbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,E>, E> Abstract superclass of all test-suite builders for collection interfaces.classConcrete instantiation ofAbstractCollectionTestSuiteBuilderfor testing collections that do not have a more specific tester likeListTestSuiteBuilderorSetTestSuiteBuilder.classCreates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentMap implementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentNavigableMap implementation.final classCreates, 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.classCreates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.final classCreates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.final classCreates, based on your criteria, a JUnit test suite that exhaustively tests a queue implementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests a Set implementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMap implementation.classCreates, 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 TypeClassDescriptionclassCreates, based on your criteria, a JUnit test suite that exhaustively tests aBiMapimplementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests aListMultimapimplementation.classMultimapTestSuiteBuilder<K,V, M extends Multimap<K, V>> Creates, based on your criteria, a JUnit test suite that exhaustively tests aMultimapimplementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests aMultisetimplementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests aSetMultimapimplementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests aSortedMultisetimplementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests aSortedSetMultimapimplementation.