Uses of Interface
com.google.common.collect.testing.google.TestMultimapGenerator
Packages that use TestMultimapGenerator
-
Uses of TestMultimapGenerator in com.google.common.collect.testing.google
Subinterfaces of TestMultimapGenerator in com.google.common.collect.testing.googleModifier and TypeInterfaceDescriptioninterface
TestListMultimapGenerator<K extends @Nullable Object,
V extends @Nullable Object> A generator forListMultimap
implementations based on test data.interface
A generator forSetMultimap
implementations based on test data.Classes in com.google.common.collect.testing.google that implement TestMultimapGeneratorModifier and TypeClassDescriptionclass
A skeleton generator for aListMultimap
implementation.class
A skeleton generator for aSetMultimap
implementation.Methods in com.google.common.collect.testing.google with parameters of type TestMultimapGeneratorModifier and TypeMethodDescriptionstatic <K,
V, M extends com.google.common.collect.Multimap<K, V>>
MultimapTestSuiteBuilder<K, V, M> MultimapTestSuiteBuilder.using
(TestMultimapGenerator<K, V, M> generator)