Uses of Class
com.google.common.collect.testing.AbstractMapTester
Packages that use AbstractMapTester
Package
Description
-
Uses of AbstractMapTester in com.google.common.collect.testing.google
Subclasses of AbstractMapTester 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
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
. -
Uses of AbstractMapTester in com.google.common.collect.testing.testers
Subclasses of AbstractMapTester in com.google.common.collect.testing.testersModifier and TypeClassDescriptionclass
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
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 SortedMap.