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

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

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.getCollectionGenerator()
           
 

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



Copyright © 2010-2011. All Rights Reserved.