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 TypeClassDescriptionclass
Common superclass forMultisetSetCountUnconditionallyTester
andMultisetSetCountConditionallyTester
.class
Base class for multiset collection tests.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
MultisetIteratorTester<E extends @Nullable Object>
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. -
Uses of AbstractCollectionTester in com.google.common.collect.testing.testers
Subclasses of AbstractCollectionTester in com.google.common.collect.testing.testersModifier and TypeClassDescriptionclass
Common parent class forListIndexOfTester
andListLastIndexOfTester
.class
AbstractListTester<E extends @Nullable Object>
Base class for list testers.class
Base class for queue collection tests.class
class
CollectionAddAllTester<E extends @Nullable Object>
A generic JUnit test which tests addAll operations on a collection.class
A generic JUnit test which testsadd
operations on a collection.class
A generic JUnit test which testsclear()
operations on a collection.class
A generic JUnit test which testscontainsAll()
operations on a collection.class
A generic JUnit test which testscontains()
operations on a collection.class
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection.class
class
A generic JUnit test which testsforEach
operations on a collection.class
A generic JUnit test which testsisEmpty()
operations on a collection.class
CollectionIteratorTester<E extends @Nullable Object>
A generic JUnit test which testsiterator
operations on a collection.class
A generic JUnit test which testsremoveAll
operations on a collection.class
A generic JUnit test which testsCollection.removeIf(java.util.function.Predicate<? super E>)
.class
A generic JUnit test which testsremove
operations on a collection.class
A generic JUnit test which testsretainAll
operations on a collection.class
Basic reserialization test for collection types that must preserveequals()
behavior when reserialized.class
Basic reserialization test for collections.class
A generic JUnit test which testssize()
operations on a collection.class
A generic JUnit test which testsspliterator
operations on a collection.class
A generic JUnit test which testsstream
operations on a collection.class
A generic JUnit test which teststoArray()
operations on a collection.class
A generic JUnit test which teststoString()
operations on a collection.class
A generic JUnit test which testsaddAll(int, Collection)
operations on a list.class
A generic JUnit test which testsaddAll(Collection)
operations on a list.class
A generic JUnit test which testsadd(int, Object)
operations on a list.class
A generic JUnit test which testsadd(Object)
operations on a list.class
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a list.class
class
A generic JUnit test which testsget()
operations on a list.class
TestsList.hashCode()
.class
A generic JUnit test which testsindexOf()
operations on a list.class
A generic JUnit test which testslastIndexOf()
operations on a list.class
ListListIteratorTester<E extends @Nullable Object>
A generic JUnit test which testslistIterator
operations on a list.class
A generic JUnit test which tests removeAll operations on a list.class
A generic JUnit test which testsremove(int)
operations on a list.class
A generic JUnit test which testsremove(Object)
operations on a list.class
A generic JUnit test which testsList.replaceAll(java.util.function.UnaryOperator<E>)
.class
A generic JUnit test which testsretainAll
operations on a list.class
A generic JUnit test which testsset()
operations on a list.class
A generic JUnit test which testssubList()
operations on a list.class
A generic JUnit test which teststoArray()
operations on a list.class
A generic JUnit test which tests operations on a NavigableSet.class
A generic JUnit test which testselement()
operations on a queue.class
A generic JUnit test which tests offer operations on a queue.class
A generic JUnit test which testspeek()
operations on a queue.class
A generic JUnit test which testspoll()
operations on a queue.class
A generic JUnit test which testsremove()
operations on a queue.class
A generic JUnit test which tests addAll operations on a set.class
SetAddTester<E>
A generic JUnit test which tests add operations on a set.class
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.class
TestsSet.equals(java.lang.Object)
.class
TestsSet.hashCode()
.class
A generic JUnit test which tests remove operations on a set.class
SortedSetNavigationTester<E extends @Nullable Object>
A generic JUnit test which tests operations on a SortedSet.