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 TypeClassDescriptionclass
Common superclass forMultisetSetCountUnconditionallyTester
andMultisetSetCountConditionallyTester
.class
Tests forMultiset.add
.class
Tests forMultiset.containsAll
not already addressed byCollectionContainsTester
.class
Tests forMultiset#count
.class
Tests forMultiset.elementSet()
not covered by the derivedSetTestSuiteBuilder
.class
Tests forMultiset.entrySet
.class
Tests forMultiset.equals
andMultiset.hashCode
.class
Tests forMultiset#forEachEntry
.class
Tester to make sure theiterator().remove()
implementation ofMultiset
works when there are multiple occurrences of elements.class
Tester for navigation of SortedMultisets.class
A generic JUnit test which tests multiset-specific read operations.class
Tests forMultiset#remove
,Multiset.removeAll
, andMultiset.retainAll
not already covered by the corresponding Collection testers.class
A generic JUnit test which tests multiset-specific serialization.class
A generic JUnit test which tests conditionalsetCount()
operations on a multiset.class
A generic JUnit test which tests unconditionalsetCount()
operations on a multiset.