Uses of Class
com.google.common.collect.testing.google.AbstractMultisetTester
Packages that use AbstractMultisetTester
-
Uses of AbstractMultisetTester in com.google.common.collect.testing.google
Subclasses of AbstractMultisetTester in com.google.common.collect.testing.googleModifier and TypeClassDescriptionclassCommon superclass forMultisetSetCountUnconditionallyTesterandMultisetSetCountConditionallyTester.classTests forMultiset.add.classTests forMultiset.containsAllnot already addressed byCollectionContainsTester.classTests forMultiset#count.classTests forMultiset.elementSet()not covered by the derivedSetTestSuiteBuilder.classTests forMultiset.entrySet.classTests forMultiset.equalsandMultiset.hashCode.classTests forMultiset#forEachEntry.classTester to make sure theiterator().remove()implementation ofMultisetworks when there are multiple occurrences of elements.classTester for navigation of SortedMultisets.classA generic JUnit test which tests multiset-specific read operations.classTests forMultiset#remove,Multiset.removeAll, andMultiset.retainAllnot already covered by the corresponding Collection testers.classA generic JUnit test which tests multiset-specific serialization.classA generic JUnit test which tests conditionalsetCount()operations on a multiset.classA generic JUnit test which tests unconditionalsetCount()operations on a multiset.