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

Packages that use FeatureSpecificTestSuiteBuilder
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
 class 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.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 DerivedIteratorTestSuiteBuilder<E>
          Given a test iterable generator, builds a test suite for the iterable's iterator, by delegating to a IteratorTestSuiteBuilder.
 class IteratorTestSuiteBuilder<E>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests an Iterator implementation.
 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 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 withFeatures(Feature...).
 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.
 

Methods in com.google.common.collect.testing with parameters of type FeatureSpecificTestSuiteBuilder
protected  List<junit.framework.TestSuite> SetTestSuiteBuilder.createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder)
           
protected  List<junit.framework.TestSuite> AbstractCollectionTestSuiteBuilder.createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder)
           
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> SortedMapTestSuiteBuilder.createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>>> 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> PerCollectionSizeTestSuiteBuilder.createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<T,E>> parentBuilder)
           
 

Uses of FeatureSpecificTestSuiteBuilder in com.google.common.collect.testing.google
 

Subclasses of FeatureSpecificTestSuiteBuilder 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.
 

Methods in com.google.common.collect.testing.google with parameters of type FeatureSpecificTestSuiteBuilder
protected  List<junit.framework.TestSuite> BiMapTestSuiteBuilder.createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<BiMap<K,V>,Map.Entry<K,V>>> parentBuilder)
           
protected  List<junit.framework.TestSuite> MultisetTestSuiteBuilder.createDerivedSuites(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Collection<E>,E>> parentBuilder)
           
 



Copyright © 2010-2012. All Rights Reserved.