Uses of Class
com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
Packages that use FeatureSpecificTestSuiteBuilder
-
Uses of FeatureSpecificTestSuiteBuilder in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type FeatureSpecificTestSuiteBuilderModifier and TypeClassDescriptionclass
FeatureSpecificTestSuiteBuilder<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.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.class
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 bywithFeatures(Feature...)
.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.Methods in com.google.common.collect.testing with parameters of type FeatureSpecificTestSuiteBuilderModifier and TypeMethodDescriptionprotected 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.googleModifier 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.Methods in com.google.common.collect.testing.google with parameters of type FeatureSpecificTestSuiteBuilderModifier and TypeMethodDescriptionprotected 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)