Uses of Interface
com.google.common.collect.testing.google.TestMultisetGenerator
Packages that use TestMultisetGenerator
-
Uses of TestMultisetGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement TestMultisetGeneratorModifier and TypeClassDescriptionclass
An abstractTestMultisetGenerator
for generating multisets containing enum values.class
Create multisets of strings for tests.Methods in com.google.common.collect.testing.google with parameters of type TestMultisetGeneratorModifier and TypeMethodDescriptionstatic <E> MultisetTestSuiteBuilder
<E> MultisetTestSuiteBuilder.using
(TestMultisetGenerator<E> generator) static <E> SortedMultisetTestSuiteBuilder
<E> SortedMultisetTestSuiteBuilder.using
(TestMultisetGenerator<E> generator)