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 TypeClassDescriptionclassAbstractBiMapTester<K,V> Skeleton for a tester of aBiMap.classBiMapClearTester<K,V> Tester forBiMap.clear.classBiMapEntrySetTester<K,V> Tester forBiMap.entrySetand methods on the entries in the set.classBiMapInverseTester<K,V> Tests for theinverseview of a BiMap.classBiMapPutTester<K,V> Tester forBiMap.putandBiMap.forcePut.classBiMapRemoveTester<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 TypeClassDescriptionclassA generic JUnit test which testsputIfAbsentoperations on a concurrent map.classclassA generic JUnit test which testsreplace(K, V, V)operations on a concurrent map.classA generic JUnit test which testsreplace(K, V)operations on a concurrent map.classMapClearTester<K,V> A generic JUnit test which testsclear()operations on a map.classA generic JUnit test which testsMap.computeIfAbsent(K, java.util.function.Function<? super K, ? extends V>).classA generic JUnit test which testsMap.computeIfPresent(K, java.util.function.BiFunction<? super K, ? super V, ? extends V>).classMapComputeTester<K,V> A generic JUnit test which testsMap.compute(K, java.util.function.BiFunction<? super K, ? super V, ? extends V>).classMapContainsKeyTester<K,V> A generic JUnit test which testscontainsKey()operations on a map.classA generic JUnit test which testscontainsValue()operations on a map.classMapCreationTester<K,V> A generic JUnit test which tests creation (typically through a constructor or static factory method) of a map.classMapEntrySetTester<K,V> TestsMap.entrySet().classMapEqualsTester<K,V> TestsMap.equals(java.lang.Object).classMapForEachTester<K,V> A generic JUnit test which testsMap.forEach(java.util.function.BiConsumer<? super K, ? super V>).classA generic JUnit test which testsMap.getOrDefault(java.lang.Object, V).classMapGetTester<K,V> A generic JUnit test which testsgetoperations on a map.classMapHashCodeTester<K,V> TestsMap.hashCode().classMapIsEmptyTester<K,V> A generic JUnit test which testsisEmpty()operations on a map.classMapMergeTester<K,V> A generic JUnit test which testsMap.merge(K, V, java.util.function.BiFunction<? super V, ? super V, ? extends V>).classMapPutAllTester<K,V> A generic JUnit test which testsputAlloperations on a map.classMapPutIfAbsentTester<K,V> A generic JUnit test which testsMap.putIfAbsent(K, V).classMapPutTester<K,V> A generic JUnit test which testsputoperations on a map.classMapRemoveEntryTester<K,V> Tester forMap.remove(Object, Object).classMapRemoveTester<K,V> A generic JUnit test which testsremoveoperations on a map.classMapReplaceAllTester<K,V> A generic JUnit test which testsreplaceAll()operations on a map.classA generic JUnit test which testsMap.replace(Object, Object, Object).classMapReplaceTester<K,V> A generic JUnit test which testsMap.replace(Object, Object).classBasic serialization test for maps.classMapSizeTester<K,V> A generic JUnit test which testssize()operations on a map.classMapToStringTester<K,V> A generic JUnit test which teststoString()operations on a map.classA generic JUnit test which tests operations on a NavigableMap.classA generic JUnit test which tests operations on a SortedMap.