Uses of Class
com.google.common.collect.testing.AbstractContainerTester
-
Packages that use AbstractContainerTester Package Description com.google.common.collect.testing com.google.common.collect.testing.google com.google.common.collect.testing.testers -
-
Uses of AbstractContainerTester in com.google.common.collect.testing
Subclasses of AbstractContainerTester in com.google.common.collect.testing Modifier and Type Class Description class
AbstractCollectionTester<E>
Base class for collection testers.class
AbstractMapTester<K,V>
Base class for map testers. -
Uses of AbstractContainerTester in com.google.common.collect.testing.google
Subclasses of AbstractContainerTester in com.google.common.collect.testing.google Modifier and Type Class Description class
AbstractBiMapTester<K,V>
Skeleton for a tester of aBiMap
.class
AbstractListMultimapTester<K,V>
Superclass for allListMultimap
testers.class
AbstractMultimapTester<K,V,M extends com.google.common.collect.Multimap<K,V>>
Superclass for allMultimap
testers.class
AbstractMultisetSetCountTester<E>
Common superclass forMultisetSetCountUnconditionallyTester
andMultisetSetCountConditionallyTester
.class
AbstractMultisetTester<E>
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,V>
Testers forListMultimap.asMap()
.class
ListMultimapEqualsTester<K,V>
Testers forListMultimap.equals(Object)
.class
ListMultimapPutAllTester<K,V>
Testers forMultimap.putAll(Object, Iterable)
.class
ListMultimapPutTester<K,V>
Testers forMultimap.put(Object, Object)
.class
ListMultimapRemoveTester<K,V>
Testers forMultimap.remove(Object, Object)
.class
ListMultimapReplaceValuesTester<K,V>
Testers forListMultimap.replaceValues(Object, Iterable)
.class
MultimapAsMapGetTester<K,V>
Tests forMultimap.asMap().get(Object)
.class
MultimapAsMapTester<K,V>
Tests forMultimap.asMap()
.class
MultimapClearTester<K,V>
Tests forMultimap.clear()
.class
MultimapContainsEntryTester<K,V>
Tester forMultimap.containsEntry(java.lang.Object, java.lang.Object)
.class
MultimapContainsKeyTester<K,V>
Tester for thecontainsKey
methods ofMultimap
and itsasMap()
view.class
MultimapContainsValueTester<K,V>
Tester forMultimap.containsValue(java.lang.Object)
.class
MultimapEntriesTester<K,V>
Tester forMultimap.entries
.class
MultimapEqualsTester<K,V>
Tester forMultimap.equals
.class
MultimapForEachTester<K,V>
Tests forMultimap.forEach(java.util.function.BiConsumer<? super K, ? super V>)
.class
MultimapGetTester<K,V>
Tests forMultimap.get(Object)
.class
MultimapKeySetTester<K,V>
Tester forMultimap.keySet
.class
MultimapKeysTester<K,V>
Tester forMultimap.entries
.class
MultimapPutAllMultimapTester<K,V>
Tester forMultimap.putAll(Multimap)
.class
MultimapPutIterableTester<K,V>
Tests forMultimap.putAll(Object, Iterable)
.class
MultimapPutTester<K,V>
Tester forMultimap.put(K, V)
.class
MultimapRemoveAllTester<K,V>
Tests forMultimap.removeAll(Object)
.class
MultimapRemoveEntryTester<K,V>
Tests forMultimap.remove(Object, Object)
.class
MultimapReplaceValuesTester<K,V>
Tests forMultimap.replaceValues(Object, Iterable)
.class
MultimapSizeTester<K,V>
Tester for thesize
methods ofMultimap
and its views.class
MultimapToStringTester<K,V>
Tester forMultimap.toString()
.class
MultimapValuesTester<K,V>
Tester forMultimap.values
.class
MultisetAddTester<E>
Tests forMultiset.add
.class
MultisetContainsTester<E>
Tests forMultiset.containsAll
not already addressed byCollectionContainsTester
.class
MultisetCountTester<E>
Tests forMultiset#count
.class
MultisetElementSetTester<E>
Tests forMultiset.elementSet()
not covered by the derivedSetTestSuiteBuilder
.class
MultisetEntrySetTester<E>
Tests forMultiset.entrySet
.class
MultisetEqualsTester<E>
Tests forMultiset.equals
andMultiset.hashCode
.class
MultisetForEachEntryTester<E>
Tests forMultiset#forEachEntry
.class
MultisetIteratorTester<E>
Tester to make sure theiterator().remove()
implementation ofMultiset
works when there are multiple occurrences of elements.class
MultisetNavigationTester<E>
Tester for navigation of SortedMultisets.class
MultisetReadsTester<E>
A generic JUnit test which tests multiset-specific read operations.class
MultisetRemoveTester<E>
Tests forMultiset#remove
,Multiset.removeAll
, andMultiset.retainAll
not already covered by the corresponding Collection testers.class
MultisetSerializationTester<E>
A generic JUnit test which tests multiset-specific serialization.class
MultisetSetCountConditionallyTester<E>
A generic JUnit test which tests conditionalsetCount()
operations on a multiset.class
MultisetSetCountUnconditionallyTester<E>
A generic JUnit test which tests unconditionalsetCount()
operations on a multiset.class
SetMultimapAsMapTester<K,V>
Testers forSetMultimap.asMap()
.class
SetMultimapEqualsTester<K,V>
Testers forSetMultimap.equals(Object)
.class
SetMultimapPutAllTester<K,V>
Tests forSetMultimap.replaceValues(K, java.lang.Iterable<? extends V>)
.class
SetMultimapPutTester<K,V>
Tests forSetMultimap.replaceValues(K, java.lang.Iterable<? extends V>)
.class
SetMultimapReplaceValuesTester<K,V>
Tests forSetMultimap.replaceValues(K, java.lang.Iterable<? extends V>)
.class
SortedSetMultimapAsMapTester<K,V>
Testers forSortedSetMultimap.asMap()
.class
SortedSetMultimapGetTester<K,V>
Tester forSortedSetMultimap.get(Object)
. -
Uses of AbstractContainerTester in com.google.common.collect.testing.testers
Subclasses of AbstractContainerTester in com.google.common.collect.testing.testers Modifier and Type Class Description class
AbstractListIndexOfTester<E>
Common parent class forListIndexOfTester
andListLastIndexOfTester
.class
AbstractListTester<E>
Base class for list testers.class
AbstractQueueTester<E>
Base class for queue collection tests.class
AbstractSetTester<E>
class
CollectionAddAllTester<E>
A generic JUnit test which tests addAll operations on a collection.class
CollectionAddTester<E>
A generic JUnit test which testsadd
operations on a collection.class
CollectionClearTester<E>
A generic JUnit test which testsclear()
operations on a collection.class
CollectionContainsAllTester<E>
A generic JUnit test which testscontainsAll()
operations on a collection.class
CollectionContainsTester<E>
A generic JUnit test which testscontains()
operations on a collection.class
CollectionCreationTester<E>
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection.class
CollectionEqualsTester<E>
class
CollectionForEachTester<E>
A generic JUnit test which testsforEach
operations on a collection.class
CollectionIsEmptyTester<E>
A generic JUnit test which testsisEmpty()
operations on a collection.class
CollectionIteratorTester<E>
A generic JUnit test which testsiterator
operations on a collection.class
CollectionRemoveAllTester<E>
A generic JUnit test which testsremoveAll
operations on a collection.class
CollectionRemoveIfTester<E>
A generic JUnit test which testsCollection.removeIf(java.util.function.Predicate<? super E>)
.class
CollectionRemoveTester<E>
A generic JUnit test which testsremove
operations on a collection.class
CollectionRetainAllTester<E>
A generic JUnit test which testsretainAll
operations on a collection.class
CollectionSerializationEqualTester<E>
Basic reserialization test for collection types that must preserveequals()
behavior when reserialized.class
CollectionSerializationTester<E>
Basic reserialization test for collections.class
CollectionSizeTester<E>
A generic JUnit test which testssize()
operations on a collection.class
CollectionSpliteratorTester<E>
A generic JUnit test which testsspliterator
operations on a collection.class
CollectionStreamTester<E>
A generic JUnit test which testsstream
operations on a collection.class
CollectionToArrayTester<E>
A generic JUnit test which teststoArray()
operations on a collection.class
CollectionToStringTester<E>
A generic JUnit test which teststoString()
operations on a collection.class
ConcurrentMapPutIfAbsentTester<K,V>
A generic JUnit test which testsputIfAbsent
operations on a concurrent map.class
ConcurrentMapRemoveTester<K,V>
class
ConcurrentMapReplaceEntryTester<K,V>
A generic JUnit test which testsreplace(K, V, V)
operations on a concurrent map.class
ConcurrentMapReplaceTester<K,V>
A generic JUnit test which testsreplace(K, V)
operations on a concurrent map.class
ListAddAllAtIndexTester<E>
A generic JUnit test which testsaddAll(int, Collection)
operations on a list.class
ListAddAllTester<E>
A generic JUnit test which testsaddAll(Collection)
operations on a list.class
ListAddAtIndexTester<E>
A generic JUnit test which testsadd(int, Object)
operations on a list.class
ListAddTester<E>
A generic JUnit test which testsadd(Object)
operations on a list.class
ListCreationTester<E>
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a list.class
ListEqualsTester<E>
class
ListGetTester<E>
A generic JUnit test which testsget()
operations on a list.class
ListHashCodeTester<E>
TestsList.hashCode()
.class
ListIndexOfTester<E>
A generic JUnit test which testsindexOf()
operations on a list.class
ListLastIndexOfTester<E>
A generic JUnit test which testslastIndexOf()
operations on a list.class
ListListIteratorTester<E>
A generic JUnit test which testslistIterator
operations on a list.class
ListRemoveAllTester<E>
A generic JUnit test which tests removeAll operations on a list.class
ListRemoveAtIndexTester<E>
A generic JUnit test which testsremove(int)
operations on a list.class
ListRemoveTester<E>
A generic JUnit test which testsremove(Object)
operations on a list.class
ListReplaceAllTester<E>
A generic JUnit test which testsList.replaceAll(java.util.function.UnaryOperator<E>)
.class
ListRetainAllTester<E>
A generic JUnit test which testsretainAll
operations on a list.class
ListSetTester<E>
A generic JUnit test which testsset()
operations on a list.class
ListSubListTester<E>
A generic JUnit test which testssubList()
operations on a list.class
ListToArrayTester<E>
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
MapComputeIfAbsentTester<K,V>
A generic JUnit test which testsMap.computeIfAbsent(K, java.util.function.Function<? super K, ? extends V>)
.class
MapComputeIfPresentTester<K,V>
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
MapContainsValueTester<K,V>
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
MapGetOrDefaultTester<K,V>
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,V>
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
MapReplaceEntryTester<K,V>
A generic JUnit test which testsMap.replace(Object, Object, Object)
.class
MapReplaceTester<K,V>
A generic JUnit test which testsMap.replace(Object, Object)
.class
MapSerializationTester<K,V>
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
NavigableMapNavigationTester<K,V>
A generic JUnit test which tests operations on a NavigableMap.class
NavigableSetNavigationTester<E>
A generic JUnit test which tests operations on a NavigableSet.class
QueueElementTester<E>
A generic JUnit test which testselement()
operations on a queue.class
QueueOfferTester<E>
A generic JUnit test which tests offer operations on a queue.class
QueuePeekTester<E>
A generic JUnit test which testspeek()
operations on a queue.class
QueuePollTester<E>
A generic JUnit test which testspoll()
operations on a queue.class
QueueRemoveTester<E>
A generic JUnit test which testsremove()
operations on a queue.class
SetAddAllTester<E>
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
SetCreationTester<E>
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.class
SetEqualsTester<E>
TestsSet.equals(java.lang.Object)
.class
SetHashCodeTester<E>
TestsSet.hashCode()
.class
SetRemoveTester<E>
A generic JUnit test which tests remove operations on a set.class
SortedMapNavigationTester<K,V>
A generic JUnit test which tests operations on a SortedMap.class
SortedSetNavigationTester<E>
A generic JUnit test which tests operations on a SortedSet.
-