@CheckReturnValue
Package com.google.common.collect.testing.testers
-
Class Summary Class Description AbstractListIndexOfTester<E> Common parent class forListIndexOfTesterandListLastIndexOfTester.AbstractListTester<E extends @Nullable Object> Base class for list testers.AbstractQueueTester<E> Base class for queue collection tests.AbstractSetTester<E> CollectionAddAllTester<E extends @Nullable Object> A generic JUnit test which tests addAll operations on a collection.CollectionAddTester<E> A generic JUnit test which testsaddoperations on a collection.CollectionClearTester<E> A generic JUnit test which testsclear()operations on a collection.CollectionContainsAllTester<E> A generic JUnit test which testscontainsAll()operations on a collection.CollectionContainsTester<E> A generic JUnit test which testscontains()operations on a collection.CollectionCreationTester<E> A generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection.CollectionEqualsTester<E> CollectionForEachTester<E> A generic JUnit test which testsforEachoperations on a collection.CollectionIsEmptyTester<E> A generic JUnit test which testsisEmpty()operations on a collection.CollectionIteratorTester<E extends @Nullable Object> A generic JUnit test which testsiteratoroperations on a collection.CollectionRemoveAllTester<E> A generic JUnit test which testsremoveAlloperations on a collection.CollectionRemoveIfTester<E> A generic JUnit test which testsCollection.removeIf(java.util.function.Predicate<? super E>).CollectionRemoveTester<E> A generic JUnit test which testsremoveoperations on a collection.CollectionRetainAllTester<E> A generic JUnit test which testsretainAlloperations on a collection.CollectionSerializationEqualTester<E> Basic reserialization test for collection types that must preserveequals()behavior when reserialized.CollectionSerializationTester<E> Basic reserialization test for collections.CollectionSizeTester<E> A generic JUnit test which testssize()operations on a collection.CollectionSpliteratorTester<E> A generic JUnit test which testsspliteratoroperations on a collection.CollectionStreamTester<E> A generic JUnit test which testsstreamoperations on a collection.CollectionToArrayTester<E> A generic JUnit test which teststoArray()operations on a collection.CollectionToStringTester<E> A generic JUnit test which teststoString()operations on a collection.ConcurrentMapPutIfAbsentTester<K,V> A generic JUnit test which testsputIfAbsentoperations on a concurrent map.ConcurrentMapRemoveTester<K,V> ConcurrentMapReplaceEntryTester<K,V> A generic JUnit test which testsreplace(K, V, V)operations on a concurrent map.ConcurrentMapReplaceTester<K,V> A generic JUnit test which testsreplace(K, V)operations on a concurrent map.ListAddAllAtIndexTester<E> A generic JUnit test which testsaddAll(int, Collection)operations on a list.ListAddAllTester<E> A generic JUnit test which testsaddAll(Collection)operations on a list.ListAddAtIndexTester<E> A generic JUnit test which testsadd(int, Object)operations on a list.ListAddTester<E> A generic JUnit test which testsadd(Object)operations on a list.ListCreationTester<E> A generic JUnit test which tests creation (typically through a constructor or static factory method) of a list.ListEqualsTester<E> ListGetTester<E> A generic JUnit test which testsget()operations on a list.ListHashCodeTester<E> TestsList.hashCode().ListIndexOfTester<E> A generic JUnit test which testsindexOf()operations on a list.ListLastIndexOfTester<E> A generic JUnit test which testslastIndexOf()operations on a list.ListListIteratorTester<E extends @Nullable Object> A generic JUnit test which testslistIteratoroperations on a list.ListRemoveAllTester<E> A generic JUnit test which tests removeAll operations on a list.ListRemoveAtIndexTester<E> A generic JUnit test which testsremove(int)operations on a list.ListRemoveTester<E> A generic JUnit test which testsremove(Object)operations on a list.ListReplaceAllTester<E> A generic JUnit test which testsList.replaceAll(java.util.function.UnaryOperator<E>).ListRetainAllTester<E> A generic JUnit test which testsretainAlloperations on a list.ListSetTester<E> A generic JUnit test which testsset()operations on a list.ListSubListTester<E> A generic JUnit test which testssubList()operations on a list.ListToArrayTester<E> A generic JUnit test which teststoArray()operations on a list.MapClearTester<K,V> A generic JUnit test which testsclear()operations on a map.MapComputeIfAbsentTester<K,V> A generic JUnit test which testsMap.computeIfAbsent(K, java.util.function.Function<? super K, ? extends V>).MapComputeIfPresentTester<K,V> A generic JUnit test which testsMap.computeIfPresent(K, java.util.function.BiFunction<? super K, ? super V, ? extends V>).MapComputeTester<K,V> A generic JUnit test which testsMap.compute(K, java.util.function.BiFunction<? super K, ? super V, ? extends V>).MapContainsKeyTester<K,V> A generic JUnit test which testscontainsKey()operations on a map.MapContainsValueTester<K,V> A generic JUnit test which testscontainsValue()operations on a map.MapCreationTester<K,V> A generic JUnit test which tests creation (typically through a constructor or static factory method) of a map.MapEntrySetTester<K,V> TestsMap.entrySet().MapEqualsTester<K,V> TestsMap.equals(java.lang.Object).MapForEachTester<K,V> A generic JUnit test which testsMap.forEach(java.util.function.BiConsumer<? super K, ? super V>).MapGetOrDefaultTester<K,V> A generic JUnit test which testsMap.getOrDefault(java.lang.Object, V).MapGetTester<K,V> A generic JUnit test which testsgetoperations on a map.MapHashCodeTester<K,V> TestsMap.hashCode().MapIsEmptyTester<K,V> A generic JUnit test which testsisEmpty()operations on a map.MapMergeTester<K,V> A generic JUnit test which testsMap.merge(K, V, java.util.function.BiFunction<? super V, ? super V, ? extends V>).MapPutAllTester<K extends @Nullable Object,V extends @Nullable Object> A generic JUnit test which testsputAlloperations on a map.MapPutIfAbsentTester<K,V> A generic JUnit test which testsMap.putIfAbsent(K, V).MapPutTester<K,V> A generic JUnit test which testsputoperations on a map.MapRemoveEntryTester<K,V> Tester forMap.remove(Object, Object).MapRemoveTester<K,V> A generic JUnit test which testsremoveoperations on a map.MapReplaceAllTester<K,V> A generic JUnit test which testsreplaceAll()operations on a map.MapReplaceEntryTester<K,V> A generic JUnit test which testsMap.replace(Object, Object, Object).MapReplaceTester<K,V> A generic JUnit test which testsMap.replace(Object, Object).MapSerializationTester<K,V> Basic serialization test for maps.MapSizeTester<K,V> A generic JUnit test which testssize()operations on a map.MapToStringTester<K,V> A generic JUnit test which teststoString()operations on a map.NavigableMapNavigationTester<K,V> A generic JUnit test which tests operations on a NavigableMap.NavigableSetNavigationTester<E> A generic JUnit test which tests operations on a NavigableSet.QueueElementTester<E> A generic JUnit test which testselement()operations on a queue.QueueOfferTester<E> A generic JUnit test which tests offer operations on a queue.QueuePeekTester<E> A generic JUnit test which testspeek()operations on a queue.QueuePollTester<E> A generic JUnit test which testspoll()operations on a queue.QueueRemoveTester<E> A generic JUnit test which testsremove()operations on a queue.SetAddAllTester<E> A generic JUnit test which tests addAll operations on a set.SetAddTester<E> A generic JUnit test which tests add operations on a set.SetCreationTester<E> A generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.SetEqualsTester<E> TestsSet.equals(java.lang.Object).SetHashCodeTester<E> TestsSet.hashCode().SetRemoveTester<E> A generic JUnit test which tests remove operations on a set.SortedMapNavigationTester<K,V> A generic JUnit test which tests operations on a SortedMap.SortedSetNavigationTester<E extends @Nullable Object> A generic JUnit test which tests operations on a SortedSet.