Uses of Interface
com.google.common.collect.testing.TestSubjectGenerator

Packages that use TestSubjectGenerator
com.google.common.collect.testing   
com.google.common.collect.testing.google   
 

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

Subinterfaces of TestSubjectGenerator in com.google.common.collect.testing
 interface OneSizeTestContainerGenerator<T,E>
          The subject-generator interface accepted by Collection testers, for testing a Collection at one particular CollectionSize.
 

Classes in com.google.common.collect.testing that implement TestSubjectGenerator
 class OneSizeGenerator<T,E>
          Generator for collection of a particular size.
 

Methods in com.google.common.collect.testing that return TestSubjectGenerator
 TestSubjectGenerator<? extends Iterable<E>> DerivedTestIteratorGenerator.getInnerGenerator()
           
 TestSubjectGenerator<?> DerivedGenerator.getInnerGenerator()
           
 

Constructors in com.google.common.collect.testing with parameters of type TestSubjectGenerator
DerivedTestIteratorGenerator(TestSubjectGenerator<? extends Iterable<E>> collectionGenerator)
           
 

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

Methods in com.google.common.collect.testing.google that return TestSubjectGenerator
 TestSubjectGenerator<?> BiMapTestSuiteBuilder.MapGenerator.getInnerGenerator()
           
 TestSubjectGenerator<?> BiMapTestSuiteBuilder.InverseBiMapGenerator.getInnerGenerator()
           
 TestSubjectGenerator<?> BiMapTestSuiteBuilder.BiMapValueSetGenerator.getInnerGenerator()
           
 



Copyright © 2010-2012. All Rights Reserved.