Uses of Interface
com.google.common.collect.testing.TestSubjectGenerator
Packages that use TestSubjectGenerator
-
Uses of TestSubjectGenerator in com.google.common.collect.testing
Subinterfaces of TestSubjectGenerator in com.google.common.collect.testingModifier and TypeInterfaceDescriptioninterface
OneSizeTestContainerGenerator<T, E extends @Nullable Object>
The subject-generator interface accepted by Collection testers, for testing a Collection at one particularCollectionSize
.Classes in com.google.common.collect.testing that implement TestSubjectGeneratorModifier and TypeClassDescriptionfinal class
OneSizeGenerator<T, E extends @Nullable Object>
Generator for collection of a particular size.Methods in com.google.common.collect.testing that return TestSubjectGeneratorModifier and TypeMethodDescriptionDerivedGenerator.getInnerGenerator()
TestSubjectGenerator
<? extends Iterable<E>> DerivedTestIteratorGenerator.getInnerGenerator()
Constructors in com.google.common.collect.testing with parameters of type TestSubjectGeneratorModifierConstructorDescriptionDerivedTestIteratorGenerator
(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 TestSubjectGeneratorModifier and TypeMethodDescriptionDerivedGoogleCollectionGenerators.BiMapValueSetGenerator.getInnerGenerator()
DerivedGoogleCollectionGenerators.InverseBiMapGenerator.getInnerGenerator()
DerivedGoogleCollectionGenerators.MapGenerator.getInnerGenerator()