Uses of Class
com.google.common.collect.testing.PerCollectionSizeTestSuiteBuilder

Packages that use PerCollectionSizeTestSuiteBuilder
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
 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 each CollectionSize present in the features specified by FeatureSpecificTestSuiteBuilder.withFeatures(Feature...).
 

Subclasses of PerCollectionSizeTestSuiteBuilder in com.google.common.collect.testing
 class AbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,E>,E>
          Abstract superclass of all test-suite builders for collection interfaces.
 class CollectionTestSuiteBuilder<E>
          Concrete instantiation of AbstractCollectionTestSuiteBuilder for testing collections that do not have a more specific tester like ListTestSuiteBuilder or SetTestSuiteBuilder.
 class ListTestSuiteBuilder<E>
          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 NavigableMapTestSuiteBuilder<K,V>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.
 class NavigableSetTestSuiteBuilder<E>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.
 class QueueTestSuiteBuilder<E>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a queue implementation.
 class SetTestSuiteBuilder<E>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a Set implementation.
 class SortedMapTestSuiteBuilder<K,V>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMap implementation.
 class SortedSetTestSuiteBuilder<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
 class BiMapTestSuiteBuilder<K,V>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a BiMap implementation.
 class MultisetTestSuiteBuilder<E>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a Multiset implementation.
 class SortedMultisetTestSuiteBuilder<E>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMultiset implementation.
 



Copyright © 2010-2012. All Rights Reserved.