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 TypeInterfaceDescriptioninterfaceThe 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 classOneSizeGenerator<T,E> Generator for collection of a particular size.Fields in com.google.common.collect.testing declared as TestSubjectGeneratorModifier and TypeFieldDescriptionprivate final TestSubjectGenerator<? extends Iterable<E>>DerivedTestIteratorGenerator.collectionGeneratorMethods 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()MultimapTestSuiteBuilder.AsMapGenerator.getInnerGenerator()MultimapTestSuiteBuilder.EntriesGenerator.getInnerGenerator()MultimapTestSuiteBuilder.KeysGenerator.getInnerGenerator()