Uses of Class
com.google.common.collect.testing.AbstractCollectionTester
Packages that use AbstractCollectionTester
Package
Description
-
Uses of AbstractCollectionTester in com.google.common.collect.testing.google
Subclasses of AbstractCollectionTester in com.google.common.collect.testing.googleModifier and TypeClassDescriptionclassCommon superclass forMultisetSetCountUnconditionallyTesterandMultisetSetCountConditionallyTester.classBase class for multiset collection tests.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. -
Uses of AbstractCollectionTester in com.google.common.collect.testing.testers
Subclasses of AbstractCollectionTester in com.google.common.collect.testing.testersModifier and TypeClassDescriptionclassCommon parent class forListIndexOfTesterandListLastIndexOfTester.classBase class for list testers.classBase class for queue collection tests.classclassA generic JUnit test which tests addAll operations on a collection.classA generic JUnit test which testsaddoperations on a collection.classA generic JUnit test which testsclear()operations on a collection.classA generic JUnit test which testscontainsAll()operations on a collection.classA generic JUnit test which testscontains()operations on a collection.classA generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection.classclassA generic JUnit test which testsforEachoperations on a collection.classA generic JUnit test which testsisEmpty()operations on a collection.classA generic JUnit test which testsiteratoroperations on a collection.classA generic JUnit test which testsremoveAlloperations on a collection.classA generic JUnit test which testsCollection.removeIf(java.util.function.Predicate<? super E>).classA generic JUnit test which testsremoveoperations on a collection.classA generic JUnit test which testsretainAlloperations on a collection.classBasic reserialization test for collection types that must preserveequals()behavior when reserialized.classBasic reserialization test for collections.classA generic JUnit test which testssize()operations on a collection.classA generic JUnit test which testsspliteratoroperations on a collection.classA generic JUnit test which testsstreamoperations on a collection.classA generic JUnit test which teststoArray()operations on a collection.classA generic JUnit test which teststoString()operations on a collection.classA generic JUnit test which testsaddAll(int, Collection)operations on a list.classA generic JUnit test which testsaddAll(Collection)operations on a list.classA generic JUnit test which testsadd(int, Object)operations on a list.classA generic JUnit test which testsadd(Object)operations on a list.classA generic JUnit test which tests creation (typically through a constructor or static factory method) of a list.classclassA generic JUnit test which testsget()operations on a list.classTestsList.hashCode().classA generic JUnit test which testsindexOf()operations on a list.classA generic JUnit test which testslastIndexOf()operations on a list.classA generic JUnit test which testslistIteratoroperations on a list.classA generic JUnit test which tests removeAll operations on a list.classA generic JUnit test which testsremove(int)operations on a list.classA generic JUnit test which testsremove(Object)operations on a list.classA generic JUnit test which testsList.replaceAll(java.util.function.UnaryOperator<E>).classA generic JUnit test which testsretainAlloperations on a list.classA generic JUnit test which testsset()operations on a list.classA generic JUnit test which testssubList()operations on a list.classA generic JUnit test which teststoArray()operations on a list.classA generic JUnit test which tests operations on a NavigableSet.classA generic JUnit test which testselement()operations on a queue.classA generic JUnit test which tests offer operations on a queue.classA generic JUnit test which testspeek()operations on a queue.classA generic JUnit test which testspoll()operations on a queue.classA generic JUnit test which testsremove()operations on a queue.classA generic JUnit test which tests addAll operations on a set.classSetAddTester<E>A generic JUnit test which tests add operations on a set.classA generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.classTestsSet.equals(java.lang.Object).classTestsSet.hashCode().classA generic JUnit test which tests remove operations on a set.classA generic JUnit test which tests operations on a SortedSet.