Uses of Interface
com.google.common.collect.testing.TestSubjectGenerator
-
Packages that use TestSubjectGenerator Package Description 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 Modifier and Type Interface Description interface
OneSizeTestContainerGenerator<T,E>
The subject-generator interface accepted by Collection testers, for testing a Collection at one particularCollectionSize
.Classes in com.google.common.collect.testing that implement TestSubjectGenerator Modifier and Type Class Description class
OneSizeGenerator<T,E>
Generator for collection of a particular size.Methods in com.google.common.collect.testing that return TestSubjectGenerator Modifier and Type Method Description TestSubjectGenerator<?>
DerivedGenerator. getInnerGenerator()
TestSubjectGenerator<? extends Iterable<E>>
DerivedTestIteratorGenerator. getInnerGenerator()
Constructors in com.google.common.collect.testing with parameters of type TestSubjectGenerator Constructor Description 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 Modifier and Type Method Description TestSubjectGenerator<?>
DerivedGoogleCollectionGenerators.BiMapValueSetGenerator. getInnerGenerator()
TestSubjectGenerator<?>
DerivedGoogleCollectionGenerators.InverseBiMapGenerator. getInnerGenerator()
TestSubjectGenerator<?>
DerivedGoogleCollectionGenerators.MapGenerator. getInnerGenerator()
-