Package com.google.common.collect.testing.testers
package com.google.common.collect.testing.testers
-
ClassesClassDescriptionCommon parent class for
ListIndexOfTesterandListLastIndexOfTester.Base class for list testers.Base class for queue collection tests.A generic JUnit test which tests addAll operations on a collection.A generic JUnit test which testsaddoperations on a collection.A generic JUnit test which testsclear()operations on a collection.A generic JUnit test which testscontainsAll()operations on a collection.A generic JUnit test which testscontains()operations on a collection.A generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection.A generic JUnit test which testsisEmpty()operations on a collection.A generic JUnit test which testsiteratoroperations on a collection.A generic JUnit test which testsremoveAlloperations on a collection.A generic JUnit test which testsremoveoperations on a collection.A generic JUnit test which testsretainAlloperations on a collection.Basic reserialization test for collection types that must preserveequals()behavior when reserialized.Basic reserialization test for collections.A generic JUnit test which testssize()operations on a collection.A generic JUnit test which teststoArray()operations on a collection.A generic JUnit test which teststoString()operations on a collection.A generic JUnit test which testsputIfAbsentoperations on a concurrent map.A generic JUnit test which testsreplace(K, V, V)operations on a concurrent map.A generic JUnit test which testsreplace(K, V)operations on a concurrent map.A generic JUnit test which testsaddAll(int, Collection)operations on a list.A generic JUnit test which testsaddAll(Collection)operations on a list.A generic JUnit test which testsadd(int, Object)operations on a list.A generic JUnit test which testsadd(Object)operations on a list.A generic JUnit test which tests creation (typically through a constructor or static factory method) of a list.A generic JUnit test which testsget()operations on a list.TestsList.hashCode().A generic JUnit test which testsindexOf()operations on a list.A generic JUnit test which testslastIndexOf()operations on a list.A generic JUnit test which testslistIteratoroperations on a list.A generic JUnit test which tests removeAll operations on a list.A generic JUnit test which testsremove(int)operations on a list.A generic JUnit test which testsremove(Object)operations on a list.A generic JUnit test which testsretainAlloperations on a list.A generic JUnit test which testsset()operations on a list.A generic JUnit test which testssubList()operations on a list.A generic JUnit test which teststoArray()operations on a list.MapClearTester<K,V> A generic JUnit test which testsclear()operations on a map.MapContainsKeyTester<K,V> A generic JUnit test which testscontainsKey()operations on a map.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).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.MapPutAllTester<K,V> A generic JUnit test which testsputAlloperations on a map.MapPutTester<K,V> A generic JUnit test which testsputoperations on a map.MapRemoveTester<K,V> A generic JUnit test which testsremoveoperations on a map.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.A generic JUnit test which tests operations on a NavigableMap.A generic JUnit test which tests operations on a NavigableSet.A generic JUnit test which testselement()operations on a queue.A generic JUnit test which tests offer operations on a queue.A generic JUnit test which testspeek()operations on a queue.A generic JUnit test which testspoll()operations on a queue.A generic JUnit test which testsremove()operations on a queue.A generic JUnit test which tests addAll operations on a set.SetAddTester<E>A generic JUnit test which tests add operations on a set.A generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.TestsSet.equals(java.lang.Object).TestsSet.hashCode().A generic JUnit test which tests remove operations on a set.A generic JUnit test which tests operations on a SortedMap.A generic JUnit test which tests operations on a SortedSet.