Uses of Class
com.google.common.collect.testing.google.MultimapTestSuiteBuilder
Packages that use MultimapTestSuiteBuilder
-
Uses of MultimapTestSuiteBuilder in com.google.common.collect.testing.google
Subclasses of MultimapTestSuiteBuilder in com.google.common.collect.testing.googleModifier and TypeClassDescriptionclassCreates, based on your criteria, a JUnit test suite that exhaustively tests aListMultimapimplementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests aSetMultimapimplementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests aSortedSetMultimapimplementation.Methods in com.google.common.collect.testing.google that return MultimapTestSuiteBuilderModifier and TypeMethodDescriptionstatic <K,V, M extends Multimap<K, V>>
MultimapTestSuiteBuilder<K, V, M> MultimapTestSuiteBuilder.using(TestMultimapGenerator<K, V, M> generator)