Uses of Class
com.google.common.collect.testing.AbstractTester
-
Packages that use AbstractTester Package Description com.google.common.collect.testing com.google.common.collect.testing.google com.google.common.collect.testing.testers -
-
Uses of AbstractTester in com.google.common.collect.testing
Subclasses of AbstractTester in com.google.common.collect.testing Modifier and Type Class Description classAbstractCollectionTester<E>Base class for collection testers.classAbstractContainerTester<C,E>Base class for testers of classes (includingCollectionandMap) that contain elements.classAbstractMapTester<K,V>Base class for map testers.Methods in com.google.common.collect.testing that return types with arguments of type AbstractTester Modifier and Type Method Description protected 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>>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 AbstractTester Modifier and Type Method Description protected junit.framework.TestSuiteFeatureSpecificTestSuiteBuilder. makeSuiteForTesterClass(Class<? extends AbstractTester<?>> testerClass) -
Uses of AbstractTester in com.google.common.collect.testing.google
Subclasses of AbstractTester in com.google.common.collect.testing.google Modifier and Type Class Description classAbstractBiMapTester<K,V>Skeleton for a tester of aBiMap.classAbstractListMultimapTester<K,V>Superclass for allListMultimaptesters.classAbstractMultimapTester<K,V,M extends com.google.common.collect.Multimap<K,V>>Superclass for allMultimaptesters.classAbstractMultisetSetCountTester<E>Common superclass forMultisetSetCountUnconditionallyTesterandMultisetSetCountConditionallyTester.classAbstractMultisetTester<E>Base 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.classListMultimapAsMapTester<K,V>Testers forListMultimap.asMap().classListMultimapEqualsTester<K,V>Testers forListMultimap.equals(Object).classListMultimapPutAllTester<K,V>Testers forMultimap.putAll(Object, Iterable).classListMultimapPutTester<K,V>Testers forMultimap.put(Object, Object).classListMultimapRemoveTester<K,V>Testers forMultimap.remove(Object, Object).classListMultimapReplaceValuesTester<K,V>Testers forListMultimap.replaceValues(Object, Iterable).classMultimapAsMapGetTester<K,V>Tests forMultimap.asMap().get(Object).classMultimapAsMapTester<K,V>Tests forMultimap.asMap().classMultimapClearTester<K,V>Tests forMultimap.clear().classMultimapContainsEntryTester<K,V>Tester forMultimap.containsEntry(java.lang.Object, java.lang.Object).classMultimapContainsKeyTester<K,V>Tester for thecontainsKeymethods ofMultimapand itsasMap()view.classMultimapContainsValueTester<K,V>Tester forMultimap.containsValue(java.lang.Object).classMultimapEntriesTester<K,V>Tester forMultimap.entries.classMultimapEqualsTester<K,V>Tester forMultimap.equals.classMultimapGetTester<K,V>Tests forMultimap.get(Object).classMultimapKeySetTester<K,V>Tester forMultimap.keySet.classMultimapKeysTester<K,V>Tester forMultimap.entries.classMultimapPutAllMultimapTester<K,V>Tester forMultimap.putAll(Multimap).classMultimapPutIterableTester<K,V>Tests forMultimap.putAll(Object, Iterable).classMultimapPutTester<K,V>Tester forMultimap.put(K, V).classMultimapRemoveAllTester<K,V>Tests forMultimap.removeAll(Object).classMultimapRemoveEntryTester<K,V>Tests forMultimap.remove(Object, Object).classMultimapReplaceValuesTester<K,V>Tests forMultimap.replaceValues(Object, Iterable).classMultimapSizeTester<K,V>Tester for thesizemethods ofMultimapand its views.classMultimapToStringTester<K,V>Tester forMultimap.toString().classMultimapValuesTester<K,V>Tester forMultimap.values.classMultisetAddTester<E>Tests forMultiset.add.classMultisetContainsTester<E>Tests forMultiset.containsAllnot already addressed byCollectionContainsTester.classMultisetCountTester<E>Tests forMultiset#count.classMultisetElementSetTester<E>Tests forMultiset.elementSet()not covered by the derivedSetTestSuiteBuilder.classMultisetEntrySetTester<E>Tests forMultiset.entrySet.classMultisetEqualsTester<E>Tests forMultiset.equalsandMultiset.hashCode.classMultisetIteratorTester<E>Tester to make sure theiterator().remove()implementation ofMultisetworks when there are multiple occurrences of elements.classMultisetNavigationTester<E>Tester for navigation of SortedMultisets.classMultisetReadsTester<E>A generic JUnit test which tests multiset-specific read operations.classMultisetRemoveTester<E>Tests forMultiset#remove,Multiset.removeAll, andMultiset.retainAllnot already covered by the corresponding Collection testers.classMultisetSerializationTester<E>A generic JUnit test which tests multiset-specific serialization.classMultisetSetCountConditionallyTester<E>A generic JUnit test which tests conditionalsetCount()operations on a multiset.classMultisetSetCountUnconditionallyTester<E>A generic JUnit test which tests unconditionalsetCount()operations on a multiset.classSetMultimapAsMapTester<K,V>Testers forSetMultimap.asMap().classSetMultimapEqualsTester<K,V>Testers forSetMultimap.equals(Object).classSetMultimapPutAllTester<K,V>Tests forSetMultimap.replaceValues(K, java.lang.Iterable<? extends V>).classSetMultimapPutTester<K,V>Tests forSetMultimap.replaceValues(K, java.lang.Iterable<? extends V>).classSetMultimapReplaceValuesTester<K,V>Tests forSetMultimap.replaceValues(K, java.lang.Iterable<? extends V>).classSortedSetMultimapAsMapTester<K,V>Testers forSortedSetMultimap.asMap().classSortedSetMultimapGetTester<K,V>Tester forSortedSetMultimap.get(Object).Methods in com.google.common.collect.testing.google that return types with arguments of type AbstractTester Modifier and Type Method Description protected 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.testers Modifier and Type Class Description classAbstractListIndexOfTester<E>Common parent class forListIndexOfTesterandListLastIndexOfTester.classAbstractListTester<E>Base class for list testers.classAbstractQueueTester<E>Base class for queue collection tests.classAbstractSetTester<E>classCollectionAddAllTester<E>A generic JUnit test which tests addAll operations on a collection.classCollectionAddTester<E>A generic JUnit test which testsaddoperations on a collection.classCollectionClearTester<E>A generic JUnit test which testsclear()operations on a collection.classCollectionContainsAllTester<E>A generic JUnit test which testscontainsAll()operations on a collection.classCollectionContainsTester<E>A generic JUnit test which testscontains()operations on a collection.classCollectionCreationTester<E>A generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection.classCollectionEqualsTester<E>classCollectionIsEmptyTester<E>A generic JUnit test which testsisEmpty()operations on a collection.classCollectionIteratorTester<E>A generic JUnit test which testsiteratoroperations on a collection.classCollectionRemoveAllTester<E>A generic JUnit test which testsremoveAlloperations on a collection.classCollectionRemoveTester<E>A generic JUnit test which testsremoveoperations on a collection.classCollectionRetainAllTester<E>A generic JUnit test which testsretainAlloperations on a collection.classCollectionSerializationEqualTester<E>Basic reserialization test for collection types that must preserveequals()behavior when reserialized.classCollectionSerializationTester<E>Basic reserialization test for collections.classCollectionSizeTester<E>A generic JUnit test which testssize()operations on a collection.classCollectionToArrayTester<E>A generic JUnit test which teststoArray()operations on a collection.classCollectionToStringTester<E>A generic JUnit test which teststoString()operations on a collection.classConcurrentMapPutIfAbsentTester<K,V>A generic JUnit test which testsputIfAbsentoperations on a concurrent map.classConcurrentMapRemoveTester<K,V>classConcurrentMapReplaceEntryTester<K,V>A generic JUnit test which testsreplace(K, V, V)operations on a concurrent map.classConcurrentMapReplaceTester<K,V>A generic JUnit test which testsreplace(K, V)operations on a concurrent map.classListAddAllAtIndexTester<E>A generic JUnit test which testsaddAll(int, Collection)operations on a list.classListAddAllTester<E>A generic JUnit test which testsaddAll(Collection)operations on a list.classListAddAtIndexTester<E>A generic JUnit test which testsadd(int, Object)operations on a list.classListAddTester<E>A generic JUnit test which testsadd(Object)operations on a list.classListCreationTester<E>A generic JUnit test which tests creation (typically through a constructor or static factory method) of a list.classListEqualsTester<E>classListGetTester<E>A generic JUnit test which testsget()operations on a list.classListHashCodeTester<E>TestsList.hashCode().classListIndexOfTester<E>A generic JUnit test which testsindexOf()operations on a list.classListLastIndexOfTester<E>A generic JUnit test which testslastIndexOf()operations on a list.classListListIteratorTester<E>A generic JUnit test which testslistIteratoroperations on a list.classListRemoveAllTester<E>A generic JUnit test which tests removeAll operations on a list.classListRemoveAtIndexTester<E>A generic JUnit test which testsremove(int)operations on a list.classListRemoveTester<E>A generic JUnit test which testsremove(Object)operations on a list.classListRetainAllTester<E>A generic JUnit test which testsretainAlloperations on a list.classListSetTester<E>A generic JUnit test which testsset()operations on a list.classListSubListTester<E>A generic JUnit test which testssubList()operations on a list.classListToArrayTester<E>A generic JUnit test which teststoArray()operations on a list.classMapClearTester<K,V>A generic JUnit test which testsclear()operations on a map.classMapContainsKeyTester<K,V>A generic JUnit test which testscontainsKey()operations on a map.classMapContainsValueTester<K,V>A 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).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.classMapPutAllTester<K,V>A generic JUnit test which testsputAlloperations on a map.classMapPutTester<K,V>A generic JUnit test which testsputoperations on a map.classMapRemoveTester<K,V>A generic JUnit test which testsremoveoperations on a map.classMapSerializationTester<K,V>Basic 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.classNavigableMapNavigationTester<K,V>A generic JUnit test which tests operations on a NavigableMap.classNavigableSetNavigationTester<E>A generic JUnit test which tests operations on a NavigableSet.classQueueElementTester<E>A generic JUnit test which testselement()operations on a queue.classQueueOfferTester<E>A generic JUnit test which tests offer operations on a queue.classQueuePeekTester<E>A generic JUnit test which testspeek()operations on a queue.classQueuePollTester<E>A generic JUnit test which testspoll()operations on a queue.classQueueRemoveTester<E>A generic JUnit test which testsremove()operations on a queue.classSetAddAllTester<E>A generic JUnit test which tests addAll operations on a set.classSetAddTester<E>A generic JUnit test which tests add operations on a set.classSetCreationTester<E>A generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.classSetEqualsTester<E>TestsSet.equals(java.lang.Object).classSetHashCodeTester<E>TestsSet.hashCode().classSetRemoveTester<E>A generic JUnit test which tests remove operations on a set.classSortedMapNavigationTester<K,V>A generic JUnit test which tests operations on a SortedMap.classSortedSetNavigationTester<E>A generic JUnit test which tests operations on a SortedSet.
-