Uses of Class
com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
-
Packages that use FeatureSpecificTestSuiteBuilder Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of FeatureSpecificTestSuiteBuilder in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type FeatureSpecificTestSuiteBuilder Modifier and Type Class Description classFeatureSpecificTestSuiteBuilder<B extends FeatureSpecificTestSuiteBuilder<B,G>,G>Creates, based on your criteria, a JUnit test suite that exhaustively tests the object generated by a G, selecting appropriate tests by matching them against specified features.Subclasses of FeatureSpecificTestSuiteBuilder 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.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 bywithFeatures(Feature...).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.Methods in com.google.common.collect.testing with parameters of type FeatureSpecificTestSuiteBuilder Modifier and Type Method Description protected List<junit.framework.TestSuite>CollectionTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder)protected List<junit.framework.TestSuite>ListTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder)protected List<junit.framework.TestSuite>MapTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>>> parentBuilder)protected List<junit.framework.TestSuite>NavigableMapTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>>> parentBuilder)protected List<junit.framework.TestSuite>NavigableSetTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder)protected List<junit.framework.TestSuite>PerCollectionSizeTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<T,E>> parentBuilder)protected List<junit.framework.TestSuite>SetTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder)protected List<junit.framework.TestSuite>SortedMapTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>>> parentBuilder)protected List<junit.framework.TestSuite>SortedSetTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder) -
Uses of FeatureSpecificTestSuiteBuilder in com.google.common.collect.testing.google
Subclasses of FeatureSpecificTestSuiteBuilder 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.Methods in com.google.common.collect.testing.google with parameters of type FeatureSpecificTestSuiteBuilder Modifier and Type Method Description protected List<junit.framework.TestSuite>BiMapTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<com.google.common.collect.BiMap<K,V>,Map.Entry<K,V>>> parentBuilder)protected List<junit.framework.TestSuite>MultimapTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Map.Entry<K,V>>> parentBuilder)protected List<junit.framework.TestSuite>MultisetTestSuiteBuilder. createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder)
-