Uses of Class
com.google.common.collect.testing.AbstractTester
Packages that use AbstractTester
Package
Description
-
Uses of AbstractTester in com.google.common.collect.testing
Subclasses of AbstractTester in com.google.common.collect.testingModifier and TypeClassDescriptionclassBase class for collection testers.classBase class for testers of classes (includingCollectionandMap) that contain elements.classAbstractMapTester<K,V> Base class for map testers.Fields in com.google.common.collect.testing with type parameters of type AbstractTesterModifier and TypeFieldDescriptionprivate final List<Class<? extends AbstractTester>>PerCollectionSizeTestSuiteBuilder.OneSizeTestSuiteBuilder.testers(package private) static final List<? extends Class<? extends AbstractTester>>ConcurrentMapTestSuiteBuilder.TESTERSMethods in com.google.common.collect.testing that return types with arguments of type AbstractTesterModifier and TypeMethodDescriptionprotected List<Class<? extends AbstractTester>>AbstractCollectionTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>ConcurrentMapTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>ConcurrentNavigableMapTestSuiteBuilder.getTesters()protected abstract List<Class<? extends AbstractTester>>FeatureSpecificTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>ListTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>MapTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>NavigableMapTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>NavigableSetTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>PerCollectionSizeTestSuiteBuilder.OneSizeTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>QueueTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>SetTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>SortedMapTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>SortedSetTestSuiteBuilder.getTesters()Method parameters in com.google.common.collect.testing with type arguments of type AbstractTesterModifier and TypeMethodDescriptionprotected junit.framework.TestSuiteFeatureSpecificTestSuiteBuilder.makeSuiteForTesterClass(Class<? extends AbstractTester<?>> testerClass) Constructor parameters in com.google.common.collect.testing with type arguments of type AbstractTesterModifierConstructorDescriptionOneSizeTestSuiteBuilder(List<Class<? extends AbstractTester>> testers) -
Uses of AbstractTester in com.google.common.collect.testing.google
Subclasses of AbstractTester in com.google.common.collect.testing.googleModifier and TypeClassDescriptionclassAbstractBiMapTester<K,V> Skeleton for a tester of aBiMap.classSuperclass for allListMultimaptesters.classAbstractMultimapTester<K,V, M extends Multimap<K, V>> Superclass for allMultimaptesters.classCommon superclass forMultisetSetCountUnconditionallyTesterandMultisetSetCountConditionallyTester.classBase class for multiset collection tests.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.classTesters forListMultimap.asMap().classTesters forListMultimap.equals(Object).classTesters forMultimap.putAll(Object, Iterable).classTesters forMultimap.put(Object, Object).classTesters forMultimap.remove(Object, Object).classTesters forListMultimap.replaceValues(Object, Iterable).classTests forMultimap.asMap().get(Object).classMultimapAsMapTester<K,V> Tests forMultimap.asMap().classMultimapClearTester<K,V> Tests forMultimap.clear().classclassTester for thecontainsKeymethods ofMultimapand itsasMap()view.classTester forMultimap.containsValue(java.lang.Object).classTester forMultimap.entries.classMultimapEqualsTester<K,V> Tester forMultimap.equals.classclassMultimapGetTester<K,V> Tests forMultimap.get(Object).classMultimapKeySetTester<K,V> Tester forMultimap.keySet.classMultimapKeysTester<K,V> Tester forMultimap.entries.classTester forMultimap.putAll(Multimap).classTests forMultimap.putAll(Object, Iterable).classMultimapPutTester<K,V> Tester forMultimap.put(K, V).classTests forMultimap.removeAll(Object).classTests forMultimap.remove(Object, Object).classTests forMultimap.replaceValues(Object, Iterable).classMultimapSizeTester<K,V> Tester for thesizemethods ofMultimapand its views.classTester forMultimap.toString().classMultimapValuesTester<K,V> Tester forMultimap.values.classTests forMultiset.add.classTests forMultiset.containsAllnot already addressed byCollectionContainsTester.classTests forMultiset#count.classTests forMultiset.elementSet()not covered by the derivedSetTestSuiteBuilder.classTests forMultiset.entrySet.classTests forMultiset.equalsandMultiset.hashCode.classTests forMultiset#forEachEntry.classTester to make sure theiterator().remove()implementation ofMultisetworks when there are multiple occurrences of elements.classTester for navigation of SortedMultisets.classA generic JUnit test which tests multiset-specific read operations.classTests forMultiset#remove,Multiset.removeAll, andMultiset.retainAllnot already covered by the corresponding Collection testers.classA generic JUnit test which tests multiset-specific serialization.classA generic JUnit test which tests conditionalsetCount()operations on a multiset.classA generic JUnit test which tests unconditionalsetCount()operations on a multiset.classTesters forSetMultimap.asMap().classTesters forSetMultimap.equals(Object).classclassSetMultimapPutTester<K,V> classclassTesters forSortedSetMultimap.asMap().classTester forSortedSetMultimap.get(Object).Methods in com.google.common.collect.testing.google that return types with arguments of type AbstractTesterModifier and TypeMethodDescriptionprotected List<Class<? extends AbstractTester>>BiMapTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>ListMultimapTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>MultimapTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>MultisetTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>SetMultimapTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>SortedMultisetTestSuiteBuilder.getTesters()protected List<Class<? extends AbstractTester>>SortedSetMultimapTestSuiteBuilder.getTesters() -
Uses of AbstractTester in com.google.common.collect.testing.testers
Subclasses of AbstractTester in com.google.common.collect.testing.testersModifier and TypeClassDescriptionclassCommon parent class forListIndexOfTesterandListLastIndexOfTester.classBase class for list testers.classBase class for queue collection tests.classclassA generic JUnit test which tests addAll operations on a collection.classA generic JUnit test which testsaddoperations on a collection.classA generic JUnit test which testsclear()operations on a collection.classA generic JUnit test which testscontainsAll()operations on a collection.classA generic JUnit test which testscontains()operations on a collection.classA generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection.classclassA generic JUnit test which testsforEachoperations on a collection.classA generic JUnit test which testsisEmpty()operations on a collection.classA generic JUnit test which testsiteratoroperations on a collection.classA generic JUnit test which testsremoveAlloperations on a collection.classA generic JUnit test which testsCollection.removeIf(java.util.function.Predicate<? super E>).classA generic JUnit test which testsremoveoperations on a collection.classA generic JUnit test which testsretainAlloperations on a collection.classBasic reserialization test for collection types that must preserveequals()behavior when reserialized.classBasic reserialization test for collections.classA generic JUnit test which testssize()operations on a collection.classA generic JUnit test which testsspliteratoroperations on a collection.classA generic JUnit test which testsstreamoperations on a collection.classA generic JUnit test which teststoArray()operations on a collection.classA generic JUnit test which teststoString()operations on a collection.classA 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.classA generic JUnit test which testsaddAll(int, Collection)operations on a list.classA generic JUnit test which testsaddAll(Collection)operations on a list.classA generic JUnit test which testsadd(int, Object)operations on a list.classA generic JUnit test which testsadd(Object)operations on a list.classA generic JUnit test which tests creation (typically through a constructor or static factory method) of a list.classclassA generic JUnit test which testsget()operations on a list.classTestsList.hashCode().classA generic JUnit test which testsindexOf()operations on a list.classA generic JUnit test which testslastIndexOf()operations on a list.classA generic JUnit test which testslistIteratoroperations on a list.classA generic JUnit test which tests removeAll operations on a list.classA generic JUnit test which testsremove(int)operations on a list.classA generic JUnit test which testsremove(Object)operations on a list.classA generic JUnit test which testsList.replaceAll(java.util.function.UnaryOperator<E>).classA generic JUnit test which testsretainAlloperations on a list.classA generic JUnit test which testsset()operations on a list.classA generic JUnit test which testssubList()operations on a list.classA generic JUnit test which teststoArray()operations on a list.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 NavigableSet.classA generic JUnit test which testselement()operations on a queue.classA generic JUnit test which tests offer operations on a queue.classA generic JUnit test which testspeek()operations on a queue.classA generic JUnit test which testspoll()operations on a queue.classA generic JUnit test which testsremove()operations on a queue.classA generic JUnit test which tests addAll operations on a set.classSetAddTester<E>A generic JUnit test which tests add operations on a set.classA generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.classTestsSet.equals(java.lang.Object).classTestsSet.hashCode().classA generic JUnit test which tests remove operations on a set.classA generic JUnit test which tests operations on a SortedMap.classA generic JUnit test which tests operations on a SortedSet.