Uses of Class
com.google.common.collect.testing.AbstractContainerTester
Packages that use AbstractContainerTester
Package
Description
-
Uses of AbstractContainerTester in com.google.common.collect.testing
Subclasses of AbstractContainerTester in com.google.common.collect.testingModifier and TypeClassDescriptionclass
AbstractCollectionTester<E extends @Nullable Object>
Base class for collection testers.class
AbstractMapTester<K extends @Nullable Object, V extends @Nullable Object>
Base class for map testers. -
Uses of AbstractContainerTester in com.google.common.collect.testing.google
Subclasses of AbstractContainerTester in com.google.common.collect.testing.googleModifier and TypeClassDescriptionclass
AbstractBiMapTester<K extends @Nullable Object, V extends @Nullable Object>
Skeleton for a tester of aBiMap
.class
AbstractListMultimapTester<K extends @Nullable Object, V extends @Nullable Object>
Superclass for allListMultimap
testers.class
AbstractMultimapTester<K extends @Nullable Object, V extends @Nullable Object, M extends com.google.common.collect.Multimap<K,
V>> Superclass for allMultimap
testers.class
Common superclass forMultisetSetCountUnconditionallyTester
andMultisetSetCountConditionallyTester
.class
Base class for multiset collection tests.class
BiMapClearTester<K,
V> Tester forBiMap.clear
.class
BiMapEntrySetTester<K,
V> Tester forBiMap.entrySet
and methods on the entries in the set.class
BiMapInverseTester<K,
V> Tests for theinverse
view of a BiMap.class
BiMapPutTester<K,
V> Tester forBiMap.put
andBiMap.forcePut
.class
BiMapRemoveTester<K,
V> Tester forBiMap.remove
.class
ListMultimapAsMapTester<K extends @Nullable Object, V extends @Nullable Object>
Testers forListMultimap.asMap()
.class
Testers forListMultimap.equals(Object)
.class
Testers forMultimap.putAll(Object, Iterable)
.class
Testers forMultimap.put(Object, Object)
.class
Testers forMultimap.remove(Object, Object)
.class
Testers forListMultimap.replaceValues(Object, Iterable)
.class
Tests forMultimap.asMap().get(Object)
.class
MultimapAsMapTester<K,
V> Tests forMultimap.asMap()
.class
MultimapClearTester<K,
V> Tests forMultimap.clear()
.class
Tester forMultimap.containsEntry(java.lang.Object, java.lang.Object)
.class
Tester for thecontainsKey
methods ofMultimap
and itsasMap()
view.class
Tester forMultimap.containsValue(java.lang.Object)
.class
Tester forMultimap.entries
.class
MultimapEqualsTester<K extends @Nullable Object, V extends @Nullable Object>
Tester forMultimap.equals
.class
MultimapGetTester<K,
V> Tests forMultimap.get(Object)
.class
MultimapKeySetTester<K,
V> Tester forMultimap.keySet
.class
MultimapKeysTester<K,
V> Tester forMultimap.entries
.class
Tester forMultimap.putAll(Multimap)
.class
Tests forMultimap.putAll(Object, Iterable)
.class
MultimapPutTester<K extends @Nullable Object, V extends @Nullable Object>
Tester forMultimap.put(K, V)
.class
Tests forMultimap.removeAll(Object)
.class
Tests forMultimap.remove(Object, Object)
.class
Tests forMultimap.replaceValues(Object, Iterable)
.class
MultimapSizeTester<K extends @Nullable Object, V extends @Nullable Object>
Tester for thesize
methods ofMultimap
and its views.class
Tester forMultimap.toString()
.class
MultimapValuesTester<K,
V> Tester forMultimap.values
.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.class
SetMultimapAsMapTester<K extends @Nullable Object, V extends @Nullable Object>
Testers forSetMultimap.asMap()
.class
Testers forSetMultimap.equals(Object)
.class
Tests forSetMultimap.replaceValues(K, java.lang.Iterable<? extends V>)
.class
SetMultimapPutTester<K,
V> Tests forSetMultimap.replaceValues(K, java.lang.Iterable<? extends V>)
.class
Tests forSetMultimap.replaceValues(K, java.lang.Iterable<? extends V>)
.class
Testers forSortedSetMultimap.asMap()
.class
Tester forSortedSetMultimap.get(Object)
. -
Uses of AbstractContainerTester in com.google.common.collect.testing.testers
Subclasses of AbstractContainerTester 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 testsputIfAbsent
operations on a concurrent map.class
class
A generic JUnit test which testsreplace(K, V, V)
operations on a concurrent map.class
A generic JUnit test which testsreplace(K, V)
operations on a concurrent map.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
MapClearTester<K,
V> A generic JUnit test which testsclear()
operations on a map.class
A generic JUnit test which testsMap.computeIfAbsent(K, java.util.function.Function<? super K, ? extends V>)
.class
A generic JUnit test which testsMap.computeIfPresent(K, java.util.function.BiFunction<? super K, ? super V, ? extends V>)
.class
MapComputeTester<K,
V> A generic JUnit test which testsMap.compute(K, java.util.function.BiFunction<? super K, ? super V, ? extends V>)
.class
MapContainsKeyTester<K,
V> A generic JUnit test which testscontainsKey()
operations on a map.class
A generic JUnit test which testscontainsValue()
operations on a map.class
MapCreationTester<K,
V> A generic JUnit test which tests creation (typically through a constructor or static factory method) of a map.class
MapEntrySetTester<K,
V> TestsMap.entrySet()
.class
MapEqualsTester<K,
V> TestsMap.equals(java.lang.Object)
.class
MapForEachTester<K,
V> A generic JUnit test which testsMap.forEach(java.util.function.BiConsumer<? super K, ? super V>)
.class
A generic JUnit test which testsMap.getOrDefault(java.lang.Object, V)
.class
MapGetTester<K,
V> A generic JUnit test which testsget
operations on a map.class
MapHashCodeTester<K,
V> TestsMap.hashCode()
.class
MapIsEmptyTester<K,
V> A generic JUnit test which testsisEmpty()
operations on a map.class
MapMergeTester<K,
V> A generic JUnit test which testsMap.merge(K, V, java.util.function.BiFunction<? super V, ? super V, ? extends V>)
.class
MapPutAllTester<K extends @Nullable Object, V extends @Nullable Object>
A generic JUnit test which testsputAll
operations on a map.class
MapPutIfAbsentTester<K,
V> A generic JUnit test which testsMap.putIfAbsent(K, V)
.class
MapPutTester<K,
V> A generic JUnit test which testsput
operations on a map.class
MapRemoveEntryTester<K,
V> Tester forMap.remove(Object, Object)
.class
MapRemoveTester<K,
V> A generic JUnit test which testsremove
operations on a map.class
MapReplaceAllTester<K,
V> A generic JUnit test which testsreplaceAll()
operations on a map.class
A generic JUnit test which testsMap.replace(Object, Object, Object)
.class
MapReplaceTester<K,
V> A generic JUnit test which testsMap.replace(Object, Object)
.class
Basic serialization test for maps.class
MapSizeTester<K,
V> A generic JUnit test which testssize()
operations on a map.class
MapToStringTester<K,
V> A generic JUnit test which teststoString()
operations on a map.class
A generic JUnit test which tests operations on a NavigableMap.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
A generic JUnit test which tests operations on a SortedMap.class
SortedSetNavigationTester<E extends @Nullable Object>
A generic JUnit test which tests operations on a SortedSet.