A B C D E F G H I K L M N O P Q R S T U V W 

A

aboveSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
aboveSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
aboveSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
aboveSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
Returns an entry with a key greater than the keys of the TestContainerGenerator.samples() and greater than the key of TestSortedMapGenerator.aboveSamplesLesser().
aboveSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
Returns an element greater than the TestContainerGenerator.samples() and greater than TestSortedSetGenerator.aboveSamplesLesser().
aboveSamplesGreater() - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
aboveSamplesGreater() - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
aboveSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
aboveSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
aboveSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
aboveSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
Returns an entry with a key greater than the keys of the TestContainerGenerator.samples() but less than the key of TestSortedMapGenerator.aboveSamplesGreater().
aboveSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
Returns an element greater than the TestContainerGenerator.samples() but less than TestSortedSetGenerator.aboveSamplesGreater().
aboveSamplesLesser() - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
aboveSamplesLesser() - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
AbstractBiMapTester<K,V> - Class in com.google.common.collect.testing.google
Skeleton for a tester of a BiMap.
AbstractBiMapTester() - Constructor for class com.google.common.collect.testing.google.AbstractBiMapTester
 
AbstractCheckedFutureTest - Class in com.google.common.util.concurrent.testing
Test case to make sure the CheckedFuture.checkedGet() and CheckedFuture.checkedGet(long, TimeUnit) methods work correctly.
AbstractCheckedFutureTest() - Constructor for class com.google.common.util.concurrent.testing.AbstractCheckedFutureTest
 
AbstractCollectionTester<E> - Class in com.google.common.collect.testing
Base class for collection testers.
AbstractCollectionTester() - Constructor for class com.google.common.collect.testing.AbstractCollectionTester
 
AbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,E>,E> - Class in com.google.common.collect.testing
Abstract superclass of all test-suite builders for collection interfaces.
AbstractCollectionTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder
 
AbstractContainerTester<C,E> - Class in com.google.common.collect.testing
Base class for testers of classes (including Collection and Map) that contain elements.
AbstractContainerTester() - Constructor for class com.google.common.collect.testing.AbstractContainerTester
 
AbstractContainerTester.ArrayWithDuplicate<E> - Class in com.google.common.collect.testing
 
AbstractListenableFutureTest - Class in com.google.common.util.concurrent.testing
Abstract test case parent for anything implementing ListenableFuture.
AbstractListenableFutureTest() - Constructor for class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
 
AbstractListIndexOfTester<E> - Class in com.google.common.collect.testing.testers
Common parent class for ListIndexOfTester and ListLastIndexOfTester.
AbstractListIndexOfTester() - Constructor for class com.google.common.collect.testing.testers.AbstractListIndexOfTester
 
AbstractListMultimapTester<K,V> - Class in com.google.common.collect.testing.google
Superclass for all ListMultimap testers.
AbstractListMultimapTester() - Constructor for class com.google.common.collect.testing.google.AbstractListMultimapTester
 
AbstractListTester<E> - Class in com.google.common.collect.testing.testers
Base class for list testers.
AbstractListTester() - Constructor for class com.google.common.collect.testing.testers.AbstractListTester
 
AbstractMapTester<K,V> - Class in com.google.common.collect.testing
Base class for map testers.
AbstractMapTester() - Constructor for class com.google.common.collect.testing.AbstractMapTester
 
AbstractMultimapTester<K,V,M extends com.google.common.collect.Multimap<K,V>> - Class in com.google.common.collect.testing.google
Superclass for all Multimap testers.
AbstractMultimapTester() - Constructor for class com.google.common.collect.testing.google.AbstractMultimapTester
 
AbstractMultisetSetCountTester<E> - Class in com.google.common.collect.testing.google
AbstractMultisetSetCountTester() - Constructor for class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
AbstractMultisetTester<E> - Class in com.google.common.collect.testing.google
Base class for multiset collection tests.
AbstractMultisetTester() - Constructor for class com.google.common.collect.testing.google.AbstractMultisetTester
 
AbstractPackageSanityTests - Class in com.google.common.testing
Automatically runs sanity checks against top level classes in the same package of the test that extends AbstractPackageSanityTests.
AbstractPackageSanityTests() - Constructor for class com.google.common.testing.AbstractPackageSanityTests
 
AbstractQueueTester<E> - Class in com.google.common.collect.testing.testers
Base class for queue collection tests.
AbstractQueueTester() - Constructor for class com.google.common.collect.testing.testers.AbstractQueueTester
 
AbstractSetTester<E> - Class in com.google.common.collect.testing.testers
 
AbstractSetTester() - Constructor for class com.google.common.collect.testing.testers.AbstractSetTester
 
AbstractTester<G> - Class in com.google.common.collect.testing
This abstract base class for testers allows the framework to inject needed information after JUnit constructs the instances.
AbstractTester() - Constructor for class com.google.common.collect.testing.AbstractTester
 
actualContents() - Method in class com.google.common.collect.testing.AbstractCollectionTester
 
actualContents() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
actualContents() - Method in class com.google.common.collect.testing.AbstractMapTester
 
actualContents() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
add(E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
addAll(Collection<E>, Iterable<? extends E>) - Static method in class com.google.common.collect.testing.Helpers
 
addAll(Collection<? extends E>) - Method in class com.google.common.collect.testing.MinimalCollection
 
addAll(Collection<? extends E>) - Method in class com.google.common.collect.testing.SafeTreeSet
 
addEqualityGroup(Object...) - Method in class com.google.common.testing.EqualsTester
Adds equalityGroup with objects that are supposed to be equal to each other and not equal to any other equality groups added to this tester.
addEquivalenceGroup(T, T...) - Method in class com.google.common.testing.EquivalenceTester
Adds a group of objects that are supposed to be equivalent to each other and not equivalent to objects in any other equivalence group added to this tester.
addEquivalenceGroup(Iterable<T>) - Method in class com.google.common.testing.EquivalenceTester
 
addImpliedFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Given a set of features, add to it all the features directly or indirectly implied by any of them, and return it.
addTearDown(TearDown) - Method in interface com.google.common.testing.TearDownAccepter
Registers a TearDown implementor which will be run after the test proper.
addTearDown(TearDown) - Method in class com.google.common.testing.TearDownStack
 
advance(long, TimeUnit) - Method in class com.google.common.testing.FakeTicker
Advances the ticker value by time in timeUnit.
advance(long) - Method in class com.google.common.testing.FakeTicker
Advances the ticker value by nanoseconds.
AFTER_LAST - Static variable in class com.google.common.collect.testing.SampleElements.Strings
 
AFTER_LAST_2 - Static variable in class com.google.common.collect.testing.SampleElements.Strings
 
allowsNullKeys - Variable in class com.google.common.collect.testing.MapInterfaceTest
 
allowsNullValues - Variable in class com.google.common.collect.testing.MapInterfaceTest
 
allTests() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
allTests() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
allTests() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
allTests() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
AnEnum - Enum in com.google.common.collect.testing
A sample enumerated type we use for testing.
ArbitraryInstances - Class in com.google.common.testing
Supplies an arbitrary "default" instance for a wide range of types, often useful in testing utilities.
asList() - Method in class com.google.common.collect.testing.SampleElements
 
assertBasic(Escaper) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that an escaper behaves correctly with respect to null inputs.
assertCollectionIsUnmodifiable(Collection<E>, E) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that a collection is immutable.
assertContains(Iterable<?>, Object) - Static method in class com.google.common.collect.testing.Helpers
 
assertContainsAllOf(Iterable<?>, Object...) - Static method in class com.google.common.collect.testing.Helpers
 
assertContentsAnyOrder(Iterable<?>, Object...) - Static method in class com.google.common.collect.testing.Helpers
 
assertContentsInOrder(Iterable<?>, Object...) - Static method in class com.google.common.collect.testing.Helpers
 
assertEmpty(Iterable<?>) - Static method in class com.google.common.collect.testing.Helpers
 
assertEmpty(Map<?, ?>) - Static method in class com.google.common.collect.testing.Helpers
 
assertEqualIgnoringOrder(Iterable<?>, Iterable<?>) - Static method in class com.google.common.collect.testing.Helpers
 
assertEqualInOrder(Iterable<?>, Iterable<?>) - Static method in class com.google.common.collect.testing.Helpers
 
assertEscaping(CharEscaper, String, char) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that an escaper escapes the given character into the expected string.
assertEscaping(UnicodeEscaper, String, int) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that a Unicode escaper escapes the given code point into the expected string.
assertException(Throwable) - Method in class com.google.common.util.concurrent.testing.MockFutureListener
Verify that the listener completes in a reasonable amount of time, and Asserts that the future throws an ExecutableException and that the cause of the ExecutableException is expectedCause.
assertGet(K, V...) - Method in class com.google.common.collect.testing.google.AbstractListMultimapTester
 
assertGet(K, Collection<V>) - Method in class com.google.common.collect.testing.google.AbstractListMultimapTester
 
assertGet(K, V...) - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
assertGet(K, Collection<V>) - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
assertInvariants(Map<K, V>) - Method in class com.google.common.collect.testing.MapInterfaceTest
Checks all the properties that should always hold of a map.
assertIteratorIsUnmodifiable(Iterator<?>) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that an Iterator is unmodifiable.
assertIteratorsInOrder(Iterator<?>, Iterator<?>) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Asserts that two iterators contain elements in tandem.
assertMapEntryIsUnmodifiable(Map.Entry<?, ?>) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
 
assertMoreInvariants(Map<K, V>) - Method in class com.google.common.collect.testing.MapInterfaceTest
Override this to check invariants which should hold true for a particular implementation, but which are not generally applicable to every instance of Map.
assertMultimapIsUnmodifiable(Multimap<K, V>, K, V) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that a multimap is immutable.
assertMultisetIsUnmodifiable(Multiset<E>, E) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that a multiset is immutable.
assertSetIsUnmodifiable(Set<E>, E) - Static method in class com.google.common.collect.testing.google.UnmodifiableCollectionTests
Verifies that a set is immutable.
assertSuccess(Object) - Method in class com.google.common.util.concurrent.testing.MockFutureListener
Verify that the listener completes in a reasonable amount of time, and Asserts that the future returns the expected data.
assertTimeout() - Method in class com.google.common.util.concurrent.testing.MockFutureListener
 
assertUnescaped(CharEscaper, char) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that an escaper does not escape the given character.
assertUnescaped(UnicodeEscaper, int) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that a Unicode escaper does not escape the given character.
assertUnicodeEscaping(UnicodeEscaper, String, char, char) - Static method in class com.google.common.escape.testing.EscaperAsserts
Asserts that a Unicode escaper escapes the given hi/lo surrogate pair into the expected string.
await(CountDownLatch) - Static method in class com.google.common.testing.GcFinalization
Waits until the given latch has counted down to zero, invoking the garbage collector as necessary to try to ensure that this will happen.
awaitClear(WeakReference<?>) - Static method in class com.google.common.testing.GcFinalization
Waits until the given weak reference is cleared, invoking the garbage collector as necessary to try to ensure that this will happen.
awaitDone(Future<?>) - Static method in class com.google.common.testing.GcFinalization
Waits until the given future is done, invoking the garbage collector as necessary to try to ensure that this will happen.
awaitDone(GcFinalization.FinalizationPredicate) - Static method in class com.google.common.testing.GcFinalization
Waits until the given predicate returns true, invoking the garbage collector as necessary to try to ensure that this will happen.
awaitFullGc() - Static method in class com.google.common.testing.GcFinalization
Tries to perform a "full" garbage collection cycle (including processing of weak references and invocation of finalize methods) and waits for it to complete.

B

BaseComparable - Class in com.google.common.collect.testing
Simple base class to verify that we handle generics correctly.
BaseComparable(String) - Constructor for class com.google.common.collect.testing.BaseComparable
 
BEFORE_FIRST - Static variable in class com.google.common.collect.testing.SampleElements.Strings
 
BEFORE_FIRST_2 - Static variable in class com.google.common.collect.testing.SampleElements.Strings
 
belowSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
belowSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
belowSamplesGreater() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
belowSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
Returns an entry with a key less than the keys of the TestContainerGenerator.samples() but greater than the key of TestSortedMapGenerator.belowSamplesLesser().
belowSamplesGreater() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
Returns an element less than the TestContainerGenerator.samples() but greater than TestSortedSetGenerator.belowSamplesLesser().
belowSamplesGreater() - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
belowSamplesGreater() - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
belowSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
belowSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
belowSamplesLesser() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
belowSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
Returns an entry with a key less than the keys of the TestContainerGenerator.samples() and less than the key of TestSortedMapGenerator.belowSamplesGreater().
belowSamplesLesser() - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
belowSamplesLesser() - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
belowSamplesLesser() - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
BiMapClearTester<K,V> - Class in com.google.common.collect.testing.google
Tester for BiMap.clear.
BiMapClearTester() - Constructor for class com.google.common.collect.testing.google.BiMapClearTester
 
BiMapGenerators - Class in com.google.common.collect.testing.google
Generators of various BiMaps and derived collections.
BiMapGenerators() - Constructor for class com.google.common.collect.testing.google.BiMapGenerators
 
BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator - Class in com.google.common.collect.testing.google
 
BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator() - Constructor for class com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator
 
BiMapGenerators.ImmutableBiMapCopyOfGenerator - Class in com.google.common.collect.testing.google
 
BiMapGenerators.ImmutableBiMapCopyOfGenerator() - Constructor for class com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapCopyOfGenerator
 
BiMapGenerators.ImmutableBiMapGenerator - Class in com.google.common.collect.testing.google
 
BiMapGenerators.ImmutableBiMapGenerator() - Constructor for class com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapGenerator
 
BiMapInverseTester<K,V> - Class in com.google.common.collect.testing.google
Tests for the inverse view of a BiMap.
BiMapInverseTester() - Constructor for class com.google.common.collect.testing.google.BiMapInverseTester
 
BiMapPutTester<K,V> - Class in com.google.common.collect.testing.google
Tester for BiMap.put and BiMap.forcePut.
BiMapPutTester() - Constructor for class com.google.common.collect.testing.google.BiMapPutTester
 
BiMapRemoveTester<K,V> - Class in com.google.common.collect.testing.google
Tester for BiMap.remove.
BiMapRemoveTester() - Constructor for class com.google.common.collect.testing.google.BiMapRemoveTester
 
BiMapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing.google
Creates, based on your criteria, a JUnit test suite that exhaustively tests a BiMap implementation.
BiMapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.google.BiMapTestSuiteBuilder
 
buildDeclaredTesterRequirements(AnnotatedElement) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Construct the set of requirements specified by annotations directly on a tester class or method.

C

ceiling(E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
ceilingEntry(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
ceilingKey(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
checkCancelledException(Exception) - Method in class com.google.common.util.concurrent.testing.AbstractCheckedFutureTest
Checks that the exception is the correct type of cancellation exception.
checkCanCreate() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
checkExecutionException(Exception) - Method in class com.google.common.util.concurrent.testing.AbstractCheckedFutureTest
Checks that the exception is the correct type of execution exception.
checkInterruptedException(Exception) - Method in class com.google.common.util.concurrent.testing.AbstractCheckedFutureTest
Checks that the exception is the correct type of interruption exception.
ClassSanityTester - Class in com.google.common.testing
Tester that runs automated sanity tests for any given class.
ClassSanityTester() - Constructor for class com.google.common.testing.ClassSanityTester
 
ClassSanityTester.FactoryMethodReturnValueTester - Class in com.google.common.testing
Runs sanity tests against return values of static factory methods declared by a class.
clear() - Method in class com.google.common.collect.testing.MinimalCollection
 
clear() - Method in class com.google.common.collect.testing.SafeTreeMap
 
clear() - Method in class com.google.common.collect.testing.SafeTreeSet
 
clear() - Method in class com.google.common.testing.TestLogHandler
 
close() - Method in class com.google.common.testing.TestLogHandler
 
collection - Variable in class com.google.common.collect.testing.AbstractCollectionTester
 
CollectionAddAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests addAll operations on a collection.
CollectionAddAllTester() - Constructor for class com.google.common.collect.testing.testers.CollectionAddAllTester
 
CollectionAddTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests add operations on a collection.
CollectionAddTester() - Constructor for class com.google.common.collect.testing.testers.CollectionAddTester
 
CollectionClearTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests clear() operations on a collection.
CollectionClearTester() - Constructor for class com.google.common.collect.testing.testers.CollectionClearTester
 
CollectionContainsAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests containsAll() operations on a collection.
CollectionContainsAllTester() - Constructor for class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
CollectionContainsTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests contains() operations on a collection.
CollectionContainsTester() - Constructor for class com.google.common.collect.testing.testers.CollectionContainsTester
 
CollectionCreationTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection.
CollectionCreationTester() - Constructor for class com.google.common.collect.testing.testers.CollectionCreationTester
 
CollectionEqualsTester<E> - Class in com.google.common.collect.testing.testers
CollectionEqualsTester() - Constructor for class com.google.common.collect.testing.testers.CollectionEqualsTester
 
CollectionFeature - Enum in com.google.common.collect.testing.features
Optional features of classes derived from Collection.
CollectionFeature.Require - Annotation Type in com.google.common.collect.testing.features
 
CollectionIsEmptyTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests isEmpty() operations on a collection.
CollectionIsEmptyTester() - Constructor for class com.google.common.collect.testing.testers.CollectionIsEmptyTester
 
CollectionIteratorTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests iterator operations on a collection.
CollectionIteratorTester() - Constructor for class com.google.common.collect.testing.testers.CollectionIteratorTester
 
CollectionRemoveAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests removeAll operations on a collection.
CollectionRemoveAllTester() - Constructor for class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
CollectionRemoveTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests remove operations on a collection.
CollectionRemoveTester() - Constructor for class com.google.common.collect.testing.testers.CollectionRemoveTester
 
CollectionRetainAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests retainAll operations on a collection.
CollectionRetainAllTester() - Constructor for class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
CollectionSerializationEqualTester<E> - Class in com.google.common.collect.testing.testers
Basic reserialization test for collection types that must preserve equals() behavior when reserialized.
CollectionSerializationEqualTester() - Constructor for class com.google.common.collect.testing.testers.CollectionSerializationEqualTester
 
CollectionSerializationTester<E> - Class in com.google.common.collect.testing.testers
Basic reserialization test for collections.
CollectionSerializationTester() - Constructor for class com.google.common.collect.testing.testers.CollectionSerializationTester
 
CollectionSize - Enum in com.google.common.collect.testing.features
When describing the features of the collection produced by a given generator (i.e.
CollectionSize.Require - Annotation Type in com.google.common.collect.testing.features
 
CollectionSizeTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests size() operations on a collection.
CollectionSizeTester() - Constructor for class com.google.common.collect.testing.testers.CollectionSizeTester
 
CollectionTestSuiteBuilder<E> - Class in com.google.common.collect.testing
Concrete instantiation of AbstractCollectionTestSuiteBuilder for testing collections that do not have a more specific tester like ListTestSuiteBuilder or SetTestSuiteBuilder.
CollectionTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.CollectionTestSuiteBuilder
 
CollectionToArrayTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests toArray() operations on a collection.
CollectionToArrayTester() - Constructor for class com.google.common.collect.testing.testers.CollectionToArrayTester
 
CollectionToStringTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests toString() operations on a collection.
CollectionToStringTester() - Constructor for class com.google.common.collect.testing.testers.CollectionToStringTester
 
com.google.common.collect.testing - package com.google.common.collect.testing
 
com.google.common.collect.testing.features - package com.google.common.collect.testing.features
 
com.google.common.collect.testing.google - package com.google.common.collect.testing.google
 
com.google.common.collect.testing.testers - package com.google.common.collect.testing.testers
 
com.google.common.escape.testing - package com.google.common.escape.testing
 
com.google.common.testing - package com.google.common.testing
This package contains testing utilities.
com.google.common.util.concurrent.testing - package com.google.common.util.concurrent.testing
 
comparator() - Method in class com.google.common.collect.testing.SafeTreeMap
 
comparator() - Method in class com.google.common.collect.testing.SafeTreeSet
 
compare(String, String) - Method in class com.google.common.collect.testing.Helpers.NullsBefore
 
compareTo(BaseComparable) - Method in class com.google.common.collect.testing.BaseComparable
 
compareTo(UnhashableObject) - Method in class com.google.common.collect.testing.UnhashableObject
 
computeCommonDerivedCollectionFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
ConcurrentMapPutIfAbsentTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests putIfAbsent operations on a concurrent map.
ConcurrentMapPutIfAbsentTester() - Constructor for class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
ConcurrentMapRemoveTester<K,V> - Class in com.google.common.collect.testing.testers
ConcurrentMapRemoveTester() - Constructor for class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
ConcurrentMapReplaceEntryTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests replace(K, V, V) operations on a concurrent map.
ConcurrentMapReplaceEntryTester() - Constructor for class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
ConcurrentMapReplaceTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests replace(K, V) operations on a concurrent map.
ConcurrentMapReplaceTester() - Constructor for class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
ConcurrentMapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentMap implementation.
ConcurrentMapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.ConcurrentMapTestSuiteBuilder
 
ConcurrentNavigableMapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentNavigableMap implementation.
ConcurrentNavigableMapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.ConcurrentNavigableMapTestSuiteBuilder
 
ConflictingRequirementsException - Exception in com.google.common.collect.testing.features
Thrown when requirements on a tester method or class conflict with each other.
ConflictingRequirementsException(String, Set<Feature<?>>, Object) - Constructor for exception com.google.common.collect.testing.features.ConflictingRequirementsException
 
container - Variable in class com.google.common.collect.testing.AbstractContainerTester
 
contains(Object) - Method in class com.google.common.collect.testing.MinimalCollection
 
contains(Object) - Method in class com.google.common.collect.testing.SafeTreeSet
 
containsAll(Collection<?>) - Method in class com.google.common.collect.testing.MinimalCollection
 
containsAll(Collection<?>) - Method in class com.google.common.collect.testing.SafeTreeSet
 
containsKey(Object) - Method in class com.google.common.collect.testing.SafeTreeMap
 
containsValue(Object) - Method in class com.google.common.collect.testing.SafeTreeMap
 
copyToList(Iterable<? extends E>) - Static method in class com.google.common.collect.testing.Helpers
 
copyToList(E[]) - Static method in class com.google.common.collect.testing.Helpers
 
copyToSet(Iterable<? extends E>) - Static method in class com.google.common.collect.testing.Helpers
 
copyToSet(E[]) - Static method in class com.google.common.collect.testing.Helpers
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapCopyOfEntriesGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapCopyOfGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.BiMapGenerators.ImmutableBiMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.BuilderAddAllListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.BuilderAddListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.BuilderReversedListGenerator
 
create(Character[]) - Method in class com.google.common.collect.testing.google.ListGenerators.CharactersOfCharSequenceGenerator
 
create(Character[]) - Method in class com.google.common.collect.testing.google.ListGenerators.CharactersOfStringGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.ImmutableListHeadSubListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.ImmutableListMiddleSubListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.ImmutableListOfGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.ListGenerators.ImmutableListTailSubListGenerator
 
create(UnhashableObject[]) - Method in class com.google.common.collect.testing.google.ListGenerators.UnhashableElementsImmutableListGenerator
 
create(Map.Entry<AnEnum, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableEnumMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfEntriesGenerator
 
create(Map.Entry<AnEnum, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfEnumMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapEntryListGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapKeyListGenerator
 
create(UnhashableObject[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapUnhashableValuesGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapValueListGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetDescendingGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetHeadsetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetSubsetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetTailsetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.DegeneratedImmutableSetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetAsListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetCopyOfGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSetWithBadHashesGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetAsListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetAsListSubListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetCopyOfGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetDescendingAsListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetDescendingGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitComparator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetHeadsetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetReversedOrderGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetAsListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetAsListSubListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetTailsetGenerator
 
create(UnhashableObject[]) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetUnhashableGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapEntryListGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapKeyListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapValueListGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestEnumMultisetGenerator
 
create(AnEnum[]) - Method in class com.google.common.collect.testing.google.TestEnumMultisetGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.google.TestMultisetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestStringMultisetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.google.TestStringMultisetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.OneSizeGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.ReserializingTestCollectionGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.ReserializingTestSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestCharacterListGenerator
 
create(Character[]) - Method in class com.google.common.collect.testing.TestCharacterListGenerator
Creates a new collection containing the given elements; implement this method instead of TestCharacterListGenerator.create(Object...).
create(Object...) - Method in interface com.google.common.collect.testing.TestContainerGenerator
Creates a new container containing the given elements.
create(Object...) - Method in class com.google.common.collect.testing.TestEnumMapGenerator
 
create(Map.Entry<AnEnum, String>[]) - Method in class com.google.common.collect.testing.TestEnumMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestEnumSetGenerator
 
create(AnEnum[]) - Method in class com.google.common.collect.testing.TestEnumSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestIntegerSetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.TestIntegerSetGenerator
 
create(Integer[]) - Method in class com.google.common.collect.testing.TestIntegerSortedSetGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestListGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestMapEntrySetGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestQueueGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestSetGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestSortedMapGenerator
 
create(Object...) - Method in interface com.google.common.collect.testing.TestSortedSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringCollectionGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.TestStringCollectionGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringListGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.TestStringListGenerator
Creates a new collection containing the given elements; implement this method instead of TestStringListGenerator.create(Object...).
create(Object...) - Method in class com.google.common.collect.testing.TestStringMapGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.TestStringMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringQueueGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.TestStringQueueGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringSetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.TestStringSetGenerator
 
create(Map.Entry<String, String>[]) - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
create(String[]) - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
 
create(Object...) - Method in class com.google.common.collect.testing.TestUnhashableCollectionGenerator
 
create(UnhashableObject[]) - Method in class com.google.common.collect.testing.TestUnhashableCollectionGenerator
Creates a new collection containing the given elements; implement this method instead of TestUnhashableCollectionGenerator.create(Object...).
createArray(int) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapEntryListGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapEntryListGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestEnumMultisetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestStringMultisetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.OneSizeGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.ReserializingTestCollectionGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestCharacterListGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestCollidingSetGenerator
 
createArray(int) - Method in interface com.google.common.collect.testing.TestContainerGenerator
Helper method to create an array of the appropriate type used by this generator.
createArray(int) - Method in class com.google.common.collect.testing.TestEnumMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestEnumSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestIntegerSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestMapEntrySetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringCollectionGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringListGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringMapGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringQueueGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestStringSetGenerator
 
createArray(int) - Method in class com.google.common.collect.testing.TestUnhashableCollectionGenerator
 
createArrayWithDuplicateElement() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
createArrayWithNullElement() - Method in class com.google.common.collect.testing.AbstractCollectionTester
 
createArrayWithNullKey() - Method in class com.google.common.collect.testing.AbstractMapTester
 
createArrayWithNullKey() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
createArrayWithNullKeyAndValue() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
createArrayWithNullValue() - Method in class com.google.common.collect.testing.AbstractMapTester
 
createArrayWithNullValue() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
createCheckedFuture(V, Exception, CountDownLatch) - Method in class com.google.common.util.concurrent.testing.AbstractCheckedFutureTest
More specific type for the create method.
createCollection(Iterable<? extends V>) - Method in interface com.google.common.collect.testing.google.TestMultimapGenerator
 
createCollection(Iterable<? extends String>) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
createCollection(Iterable<? extends String>) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
createDerivedEntrySetSuite(TestSetGenerator<Map.Entry<K, V>>) - Method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
createDerivedKeySetSuite(TestSetGenerator<K>) - Method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
createDerivedKeySetSuite(TestSetGenerator<K>) - Method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder
 
createDerivedKeySetSuite(TestSetGenerator<K>) - Method in class com.google.common.collect.testing.SortedMapTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>>) - Method in class com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>>) - Method in class com.google.common.collect.testing.CollectionTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<BiMap<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.BiMapTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<M, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>>) - Method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>>) - Method in class com.google.common.collect.testing.ListTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>>) - Method in class com.google.common.collect.testing.NavigableSetTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<T, E>>) - Method in class com.google.common.collect.testing.PerCollectionSizeTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>>) - Method in class com.google.common.collect.testing.SetTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>>>) - Method in class com.google.common.collect.testing.SortedMapTestSuiteBuilder
 
createDerivedSuites(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>>) - Method in class com.google.common.collect.testing.SortedSetTestSuiteBuilder
 
createDerivedValueCollectionSuite(TestCollectionGenerator<V>) - Method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
createDisjointCollection() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
createDisjointCollection() - Method in class com.google.common.collect.testing.AbstractMapTester
 
createFromEntries(Map.Entry<K, V>[]) - Method in class com.google.common.collect.testing.TestMapEntrySetGenerator
 
createKeyArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
createKeyArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
createKeyArray(int) - Method in interface com.google.common.collect.testing.google.TestBiMapGenerator
 
createKeyArray(int) - Method in interface com.google.common.collect.testing.google.TestMultimapGenerator
 
createKeyArray(int) - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
createKeyArray(int) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
createKeyArray(int) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
createKeyArray(int) - Method in class com.google.common.collect.testing.TestEnumMapGenerator
 
createKeyArray(int) - Method in interface com.google.common.collect.testing.TestMapGenerator
 
createKeyArray(int) - Method in class com.google.common.collect.testing.TestStringMapGenerator
 
createListenableFuture(V, Exception, CountDownLatch) - Method in class com.google.common.util.concurrent.testing.AbstractCheckedFutureTest
 
createListenableFuture(V, Exception, CountDownLatch) - Method in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
Constructs a listenable future with a value available after the latch has counted down.
createOrderedArray() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
createSamplesArray() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
createTestSubject() - Method in class com.google.common.collect.testing.OneSizeGenerator
 
createTestSubject() - Method in interface com.google.common.collect.testing.TestSubjectGenerator
 
createTestSuite() - Method in class com.google.common.collect.testing.DerivedIteratorTestSuiteBuilder
 
createTestSuite() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
Creates a runnable JUnit test suite based on the criteria already given.
createTestSuite() - Method in class com.google.common.collect.testing.google.SortedMultisetTestSuiteBuilder
 
createTestSuite() - Method in class com.google.common.collect.testing.ListTestSuiteBuilder
Specifies CollectionFeature.KNOWN_ORDER for all list tests, since lists have an iteration ordering corresponding to the insertion order.
createTestSuite() - Method in class com.google.common.collect.testing.PerCollectionSizeTestSuiteBuilder
Creates a runnable JUnit test suite based on the criteria already given.
createTestSuite() - Method in class com.google.common.collect.testing.SortedMapTestSuiteBuilder
 
createTestSuite() - Method in class com.google.common.collect.testing.SortedSetTestSuiteBuilder
 
createValueArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
createValueArray(int) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
createValueArray(int) - Method in interface com.google.common.collect.testing.google.TestBiMapGenerator
 
createValueArray(int) - Method in interface com.google.common.collect.testing.google.TestMultimapGenerator
 
createValueArray(int) - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
createValueArray(int) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
createValueArray(int) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
createValueArray(int) - Method in class com.google.common.collect.testing.TestEnumMapGenerator
 
createValueArray(int) - Method in interface com.google.common.collect.testing.TestMapGenerator
 
createValueArray(int) - Method in class com.google.common.collect.testing.TestStringMapGenerator
 

D

DerivedCollectionGenerators - Class in com.google.common.collect.testing
Derived suite generators, split out of the suite builders so that they are available to GWT.
DerivedCollectionGenerators.Bound - Enum in com.google.common.collect.testing
Two bounds (from and to) define how to build a subMap.
DerivedCollectionGenerators.MapEntrySetGenerator<K,V> - Class in com.google.common.collect.testing
 
DerivedCollectionGenerators.MapEntrySetGenerator(OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>>) - Constructor for class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator
 
DerivedCollectionGenerators.MapKeySetGenerator<K,V> - Class in com.google.common.collect.testing
 
DerivedCollectionGenerators.MapKeySetGenerator(OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>>) - Constructor for class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator
 
DerivedCollectionGenerators.MapSortedKeySetGenerator<K,V> - Class in com.google.common.collect.testing
 
DerivedCollectionGenerators.MapSortedKeySetGenerator(OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>>) - Constructor for class com.google.common.collect.testing.DerivedCollectionGenerators.MapSortedKeySetGenerator
 
DerivedCollectionGenerators.MapValueCollectionGenerator<K,V> - Class in com.google.common.collect.testing
 
DerivedCollectionGenerators.MapValueCollectionGenerator(OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>>) - Constructor for class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator
 
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V> - Class in com.google.common.collect.testing
 
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator(TestSortedMapGenerator<K, V>, DerivedCollectionGenerators.Bound, DerivedCollectionGenerators.Bound) - Constructor for class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E> - Class in com.google.common.collect.testing
 
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator(TestSortedSetGenerator<E>, DerivedCollectionGenerators.Bound, DerivedCollectionGenerators.Bound) - Constructor for class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
DerivedComparable - Class in com.google.common.collect.testing
Simple derived class to verify that we handle generics correctly.
DerivedComparable(String) - Constructor for class com.google.common.collect.testing.DerivedComparable
 
DerivedGenerator - Interface in com.google.common.collect.testing
A generator that relies on a preexisting generator for most of its work.
DerivedGoogleCollectionGenerators - Class in com.google.common.collect.testing.google
Derived suite generators for Guava collection interfaces, split out of the suite builders so that they are available to GWT.
DerivedGoogleCollectionGenerators.BiMapValueSetGenerator<K,V> - Class in com.google.common.collect.testing.google
 
DerivedGoogleCollectionGenerators.BiMapValueSetGenerator(OneSizeTestContainerGenerator<BiMap<K, V>, Map.Entry<K, V>>) - Constructor for class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator
 
DerivedGoogleCollectionGenerators.InverseBiMapGenerator<K,V> - Class in com.google.common.collect.testing.google
 
DerivedGoogleCollectionGenerators.InverseBiMapGenerator(OneSizeTestContainerGenerator<BiMap<K, V>, Map.Entry<K, V>>) - Constructor for class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
DerivedGoogleCollectionGenerators.MapGenerator<K,V> - Class in com.google.common.collect.testing.google
 
DerivedGoogleCollectionGenerators.MapGenerator(OneSizeTestContainerGenerator<BiMap<K, V>, Map.Entry<K, V>>) - Constructor for class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
DerivedIteratorTestSuiteBuilder<E> - Class in com.google.common.collect.testing
Given a test iterable generator, builds a test suite for the iterable's iterator, by delegating to a IteratorTestSuiteBuilder.
DerivedIteratorTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.DerivedIteratorTestSuiteBuilder
 
DerivedTestIteratorGenerator<E> - Class in com.google.common.collect.testing
Adapts a test iterable generator to give a TestIteratorGenerator.
DerivedTestIteratorGenerator(TestSubjectGenerator<? extends Iterable<E>>) - Constructor for class com.google.common.collect.testing.DerivedTestIteratorGenerator
 
descendingIterator() - Method in class com.google.common.collect.testing.SafeTreeSet
 
descendingKeySet() - Method in class com.google.common.collect.testing.SafeTreeMap
 
descendingMap() - Method in class com.google.common.collect.testing.SafeTreeMap
 
descendingSet() - Method in class com.google.common.collect.testing.SafeTreeSet
 
duplicate - Variable in class com.google.common.collect.testing.AbstractContainerTester.ArrayWithDuplicate
 

E

e0() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
e0() - Method in class com.google.common.collect.testing.SampleElements
 
e1() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
e1() - Method in class com.google.common.collect.testing.SampleElements
 
e2() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
e2() - Method in class com.google.common.collect.testing.SampleElements
 
e3() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
e3() - Method in class com.google.common.collect.testing.SampleElements
 
e4() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
e4() - Method in class com.google.common.collect.testing.SampleElements
 
elements - Variable in class com.google.common.collect.testing.AbstractContainerTester.ArrayWithDuplicate
 
emptyCollection() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
entry(K, V) - Method in class com.google.common.collect.testing.AbstractMapTester
 
entryComparator(Comparator<? super K>) - Static method in class com.google.common.collect.testing.Helpers
 
entrySet() - Method in class com.google.common.collect.testing.SafeTreeMap
 
equals(Object) - Method in class com.google.common.collect.testing.BaseComparable
 
equals(Object) - Method in class com.google.common.collect.testing.features.TesterRequirements
 
equals(Object) - Method in class com.google.common.collect.testing.Helpers.NullsBefore
 
equals(Object) - Method in class com.google.common.collect.testing.MinimalSet
 
equals(Object) - Method in class com.google.common.collect.testing.SafeTreeMap
 
equals(Object) - Method in class com.google.common.collect.testing.SafeTreeSet
 
equals(Object) - Method in class com.google.common.collect.testing.UnhashableObject
 
EqualsTester - Class in com.google.common.testing
Tester for equals() and hashCode() methods of a class.
EqualsTester() - Constructor for class com.google.common.testing.EqualsTester
Constructs an empty EqualsTester instance
EquivalenceTester<T> - Class in com.google.common.testing
Tester for Equivalence relationships between groups of objects.
EscaperAsserts - Class in com.google.common.escape.testing
Extra assert methods for testing Escaper implementations.
ExampleIteratorTester<E> - Class in com.google.common.collect.testing
A non-empty tester for Iterator.
ExampleIteratorTester() - Constructor for class com.google.common.collect.testing.ExampleIteratorTester
 
expectAdded(E...) - Method in class com.google.common.collect.testing.AbstractContainerTester
Asserts that the collection under test contains exactly the elements it was initialized with plus the given elements, according to AbstractContainerTester.expectContents(java.util.Collection).
expectAdded(int, E...) - Method in class com.google.common.collect.testing.AbstractContainerTester
 
expectAdded(int, Collection<E>) - Method in class com.google.common.collect.testing.AbstractContainerTester
 
expectContents(E...) - Method in class com.google.common.collect.testing.AbstractContainerTester
 
expectContents(Collection<E>) - Method in class com.google.common.collect.testing.AbstractContainerTester
Asserts that the collection under test contains exactly the given elements, respecting cardinality but not order.
expectContents(Collection<Map.Entry<K, V>>) - Method in class com.google.common.collect.testing.AbstractMapTester
 
expectContents(Collection<Map.Entry<K, V>>) - Method in class com.google.common.collect.testing.google.AbstractBiMapTester
 
expectContents(Collection<E>) - Method in class com.google.common.collect.testing.testers.AbstractListTester
Asserts that the collection under test contains exactly the given elements, respecting cardinality but not order.
expectMissing(E...) - Method in class com.google.common.collect.testing.AbstractContainerTester
 
expectMissing(Map.Entry<K, V>...) - Method in class com.google.common.collect.testing.AbstractMapTester
 
expectMissing(Map.Entry<K, V>...) - Method in class com.google.common.collect.testing.google.AbstractBiMapTester
 
expectMissingKeys(K...) - Method in class com.google.common.collect.testing.AbstractMapTester
 
expectMissingValues(V...) - Method in class com.google.common.collect.testing.AbstractMapTester
 
expectNullKeyMissingWhenNullKeysUnsupported(String) - Method in class com.google.common.collect.testing.AbstractMapTester
Equivalent to expectMissingKeys (null) except that the call to contains(null) is permitted to throw a NullPointerException.
expectNullMissingWhenNullUnsupported(String) - Method in class com.google.common.collect.testing.AbstractCollectionTester
Equivalent to expectMissing(null) except that the call to contains(null) is permitted to throw a NullPointerException.
expectNullValueMissingWhenNullValuesUnsupported(String) - Method in class com.google.common.collect.testing.AbstractMapTester
Equivalent to expectMissingValues (null) except that the call to contains(null) is permitted to throw a NullPointerException.
expectReplacement(Map.Entry<K, V>) - Method in class com.google.common.collect.testing.AbstractMapTester
 
expectUnchanged() - Method in class com.google.common.collect.testing.AbstractContainerTester
 

F

FakeTicker - Class in com.google.common.testing
A Ticker whose value can be advanced programmatically in test.
FakeTicker() - Constructor for class com.google.common.testing.FakeTicker
 
Feature<T> - Interface in com.google.common.collect.testing.features
Base class for enumerating the features of an interface to be tested.
FeatureSpecificTestSuiteBuilder<B extends FeatureSpecificTestSuiteBuilder<B,G>,G> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests the object generated by a G, selecting appropriate tests by matching them against specified features.
FeatureSpecificTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
FeatureUtil - Class in com.google.common.collect.testing.features
Utilities for collecting and validating tester requirements from annotations.
FeatureUtil() - Constructor for class com.google.common.collect.testing.features.FeatureUtil
 
find(Object) - Method in class com.google.common.collect.testing.testers.AbstractListIndexOfTester
Override to call indexOf() or lastIndexOf().
find(Object) - Method in class com.google.common.collect.testing.testers.ListIndexOfTester
 
find(Object) - Method in class com.google.common.collect.testing.testers.ListLastIndexOfTester
 
first() - Method in class com.google.common.collect.testing.SafeTreeSet
 
firstEntry() - Method in class com.google.common.collect.testing.SafeTreeMap
 
firstKey() - Method in class com.google.common.collect.testing.SafeTreeMap
 
floor(E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
floorEntry(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
floorKey(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
flush() - Method in class com.google.common.testing.TestLogHandler
 
forAllPublicStaticMethods(Class<?>) - Method in class com.google.common.testing.ClassSanityTester
Returns an object responsible for performing sanity tests against the return values of all public static methods declared by cls, excluding superclasses.
formatFeatureSet(Set<? extends Feature<?>>) - Static method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
ForwardingWrapperTester - Class in com.google.common.testing
Tester to ensure forwarding wrapper works by delegating calls to the corresponding method with the same parameters forwarded and return value forwarded back or exception propagated as is.
ForwardingWrapperTester() - Constructor for class com.google.common.testing.ForwardingWrapperTester
 
from(Collection<E>) - Static method in class com.google.common.collect.testing.MinimalIterable
Returns an iterable whose iterator returns the given elements in order.
from(Collection<? extends E>) - Static method in class com.google.common.collect.testing.MinimalSet
 
future - Variable in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
 

G

GcFinalization - Class in com.google.common.testing
Testing utilities relating to garbage collection finalization.
GcFinalization.FinalizationPredicate - Interface in com.google.common.testing
A predicate that is expected to return true subsequent to finalization, that is, one of the following actions taken by the garbage collector when performing a full collection in response to System.gc(): invoking the finalize methods of unreachable objects clearing weak references to unreachable referents enqueuing weak references to unreachable referents in their reference queue
get(K) - Method in class com.google.common.collect.testing.AbstractMapTester
Wrapper for Map.get(Object) that forces the caller to pass in a key of the same type as the map.
get() - Method in class com.google.common.collect.testing.DerivedTestIteratorGenerator
 
get(Object) - Method in class com.google.common.collect.testing.SafeTreeMap
 
get() - Method in interface com.google.common.collect.testing.TestIteratorGenerator
 
get(Class<T>) - Static method in class com.google.common.testing.ArbitraryInstances
Returns an arbitrary instance for type, or null if no arbitrary instance can be determined.
getAbsentFeatures() - Method in class com.google.common.collect.testing.features.TesterRequirements
 
getAddAllNullUnsupportedMethod() - Static method in class com.google.common.collect.testing.testers.CollectionAddAllTester
Returns the Method instance for CollectionAddAllTester.testAddAll_nullUnsupported() so that tests can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 5045147 is fixed.
getAddAllUnsupportedNonePresentMethod() - Static method in class com.google.common.collect.testing.testers.CollectionAddAllTester
Returns the Method instance for CollectionAddAllTester.testAddAll_unsupportedNonePresent() so that tests can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() while we figure out what to do with ConcurrentHashMap support for entrySet().add().
getAddAllUnsupportedSomePresentMethod() - Static method in class com.google.common.collect.testing.testers.CollectionAddAllTester
Returns the Method instance for CollectionAddAllTester.testAddAll_unsupportedSomePresent() so that tests can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() while we figure out what to do with ConcurrentHashMap support for entrySet().add().
getAddNullSupportedMethod() - Static method in class com.google.common.collect.testing.testers.CollectionAddTester
Returns the Method instance for CollectionAddTester.testAdd_nullSupported() so that tests of Collections.checkedCollection(java.util.Collection, Class) can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6409434 is fixed.
getAddNullSupportedMethod() - Static method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
Returns the Method instance for ListAddAtIndexTester.testAddAtIndex_nullSupported() so that tests can suppress it.
getAddNullUnsupportedMethod() - Static method in class com.google.common.collect.testing.testers.CollectionAddTester
Returns the Method instance for CollectionAddTester.testAdd_nullSupported() so that tests of TreeSet can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 5045147 is fixed.
getAddSupportedNullPresentMethod() - Static method in class com.google.common.collect.testing.testers.ListAddTester
Returns the Method instance for ListAddTester.testAdd_supportedNullPresent() so that tests can suppress it.
getAddSupportedNullPresentMethod() - Static method in class com.google.common.collect.testing.testers.SetAddTester
Returns the Method instance for SetAddTester.testAdd_supportedNullPresent() so that tests can suppress it.
getAddUnsupportedNotPresentMethod() - Static method in class com.google.common.collect.testing.testers.CollectionAddTester
Returns the Method instance for CollectionAddTester.testAdd_unsupportedNotPresent() so that tests can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() while we figure out what to do with ConcurrentHashMap support for entrySet().add().
getCollectionSize() - Method in class com.google.common.collect.testing.OneSizeGenerator
 
getCollectionSize() - Method in interface com.google.common.collect.testing.OneSizeTestContainerGenerator
 
getConflicts() - Method in exception com.google.common.collect.testing.features.ConflictingRequirementsException
 
getContainsEntryWithIncomparableKeyMethod() - Static method in class com.google.common.collect.testing.testers.MapEntrySetTester
 
getContainsEntryWithIncomparableValueMethod() - Static method in class com.google.common.collect.testing.testers.MapEntrySetTester
 
getCountDuplicateInitializingMethods() - Static method in class com.google.common.collect.testing.google.MultisetCountTester
Returns Method instances for the read tests that assume multisets support duplicates so that the test of Multisets.forSet() can suppress them.
getCreateWithNullKeyUnsupportedMethod() - Static method in class com.google.common.collect.testing.testers.MapCreationTester
Returns the Method instance for MapCreationTester.testCreateWithNullKeyUnsupported() so that tests can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 5045147 is fixed.
getCreateWithNullUnsupportedMethod() - Static method in class com.google.common.collect.testing.testers.CollectionCreationTester
Returns the Method instance for CollectionCreationTester.testCreateWithNull_unsupported() so that tests can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 5045147 is fixed.
getFeatures() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
getFrom() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
getFrom() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
getHashCodeMethod() - Static method in class com.google.common.collect.testing.testers.ListHashCodeTester
Returns the Method instance for ListHashCodeTester.testHashCode() so that list tests on unhashable objects can suppress it with FeatureSpecificTestSuiteBuilder.suppressing().
getHashCodeMethods() - Static method in class com.google.common.collect.testing.testers.SetHashCodeTester
Returns the Method instances for the test methods in this class which call hashCode() on the set values so that set tests on unhashable objects can suppress it with FeatureSpecificTestSuiteBuilder.suppressing().
getHoleMethods() - Static method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
Returns the Method instances for the test methods in this class that create a set with a "hole" in it so that set tests of ContiguousSet can suppress them with FeatureSpecificTestSuiteBuilder.suppressing().
getImpliedFeatures() - Method in enum com.google.common.collect.testing.features.CollectionFeature
 
getImpliedFeatures() - Method in enum com.google.common.collect.testing.features.CollectionSize
 
getImpliedFeatures() - Method in interface com.google.common.collect.testing.features.Feature
Returns the set of features that are implied by this feature.
getImpliedFeatures() - Method in enum com.google.common.collect.testing.features.ListFeature
 
getImpliedFeatures() - Method in enum com.google.common.collect.testing.features.MapFeature
 
getImpliedFeatures() - Method in enum com.google.common.collect.testing.features.SetFeature
 
getImpliedFeatures() - Method in enum com.google.common.collect.testing.google.MultimapFeature
 
getImpliedFeatures() - Method in enum com.google.common.collect.testing.google.MultisetFeature
 
getImpliedFeatures() - Method in enum com.google.common.collect.testing.google.MultisetTestSuiteBuilder.NoRecurse
 
getInnerGenerator() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator
 
getInnerGenerator() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator
 
getInnerGenerator() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator
 
getInnerGenerator() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
getInnerGenerator() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
getInnerGenerator() - Method in interface com.google.common.collect.testing.DerivedGenerator
 
getInnerGenerator() - Method in class com.google.common.collect.testing.DerivedTestIteratorGenerator
 
getInnerGenerator() - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator
 
getInnerGenerator() - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
getInnerGenerator() - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
getInnerGenerator() - Method in class com.google.common.collect.testing.OneSizeGenerator
 
getInnerGenerator() - Method in interface com.google.common.collect.testing.OneSizeTestContainerGenerator
 
getInverseSameAfterSerializingMethods() - Static method in class com.google.common.collect.testing.google.BiMapInverseTester
Returns Method instances for the tests that assume that the inverse will be the same after serialization.
getIteratorDuplicateInitializingMethods() - Static method in class com.google.common.collect.testing.google.MultisetIteratorTester
Returns Method instances for the tests that assume multisets support duplicates so that the test of Multisets.forSet() can suppress them.
getIteratorKnownOrderRemoveUnsupportedMethod() - Static method in class com.google.common.collect.testing.testers.CollectionIteratorTester
Returns the Method instance for CollectionIteratorTester.testIterator_knownOrderRemoveUnsupported() so that tests of ArrayStack can suppress it with FeatureSpecificTestSuiteBuilder.suppressing().
getKeyForNullValue() - Method in class com.google.common.collect.testing.AbstractMapTester
 
getKeyForNullValue() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
getKeyNotInPopulatedMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
Creates a new key that is not expected to be found in MapInterfaceTest.makePopulatedMap().
getList() - Method in class com.google.common.collect.testing.testers.AbstractListTester
 
getListIteratorFullyModifiableMethod() - Static method in class com.google.common.collect.testing.testers.ListListIteratorTester
Returns the Method instance for ListListIteratorTester.testListIterator_fullyModifiable() so that tests of CopyOnWriteArraySet can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6570575 is fixed.
getListIteratorUnmodifiableMethod() - Static method in class com.google.common.collect.testing.testers.ListListIteratorTester
Returns the Method instance for ListListIteratorTester.testListIterator_unmodifiable() so that it can be suppressed in GWT tests.
getMap() - Method in class com.google.common.collect.testing.AbstractMapTester
 
getMap() - Method in class com.google.common.collect.testing.google.AbstractBiMapTester
 
getMap() - Method in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
getMap() - Method in class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
getMap() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
getMap() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
getMessage() - Method in exception com.google.common.collect.testing.features.ConflictingRequirementsException
 
getMethod(Class<?>, String) - Static method in class com.google.common.collect.testing.Helpers
 
getMethodName() - Method in class com.google.common.collect.testing.testers.AbstractListIndexOfTester
Override to return "indexOf" or "lastIndexOf()" for use in failure messages.
getMethodName() - Method in class com.google.common.collect.testing.testers.ListIndexOfTester
 
getMethodName() - Method in class com.google.common.collect.testing.testers.ListLastIndexOfTester
 
getMultiset() - Method in class com.google.common.collect.testing.google.AbstractMultisetTester
 
getName() - Method in class com.google.common.collect.testing.AbstractTester
 
getName() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
getNullLocation() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
getNumElements() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
getNumElements() - Method in enum com.google.common.collect.testing.features.CollectionSize
 
getNumEntries() - Method in class com.google.common.collect.testing.AbstractMapTester
 
getOrderedElements() - Method in class com.google.common.collect.testing.AbstractContainerTester
getPresentFeatures() - Method in class com.google.common.collect.testing.features.TesterRequirements
 
getPutAllNullKeyUnsupportedMethod() - Static method in class com.google.common.collect.testing.testers.MapPutAllTester
Returns the Method instance for MapPutAllTester.testPutAll_nullKeyUnsupported() so that tests can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 5045147 is fixed.
getPutNullKeyUnsupportedMethod() - Static method in class com.google.common.collect.testing.testers.MapPutTester
Returns the Method instance for MapPutTester.testPut_nullKeyUnsupported() so that tests of TreeMap can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 5045147 is fixed.
getQueue() - Method in class com.google.common.collect.testing.testers.AbstractQueueTester
 
getRemoveDuplicateInitializingMethods() - Static method in class com.google.common.collect.testing.google.MultisetRemoveTester
Returns Method instances for the remove tests that assume multisets support duplicates so that the test of Multisets.forSet() can suppress them.
getSampleElements(int) - Method in class com.google.common.collect.testing.AbstractContainerTester
 
getSampleElements() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
getSampleElements(int) - Method in class com.google.common.collect.testing.OneSizeGenerator
 
getSampleElements(int) - Method in interface com.google.common.collect.testing.OneSizeTestContainerGenerator
 
getSampleEntries(int) - Method in class com.google.common.collect.testing.AbstractMapTester
 
getSampleEntries() - Method in class com.google.common.collect.testing.AbstractMapTester
 
getSet() - Method in class com.google.common.collect.testing.testers.AbstractSetTester
 
getSetCountDuplicateInitializingMethods() - Static method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
Returns Method instances for the setCount() tests that assume multisets support duplicates so that the test of Multisets.forSet() can suppress them.
getSetNullSupportedMethod() - Static method in class com.google.common.collect.testing.testers.ListSetTester
Returns the Method instance for ListSetTester.testSet_null() so that tests of Collections.checkedCollection(java.util.Collection, Class) can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6409434 is fixed.
getSetUp() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
getSource() - Method in exception com.google.common.collect.testing.features.ConflictingRequirementsException
 
getStimulusValues() - Method in class com.google.common.collect.testing.IteratorTester
 
getStimulusValues() - Method in class com.google.common.collect.testing.ListIteratorTester
 
getStoredLogRecords() - Method in class com.google.common.testing.TestLogHandler
Returns a snapshot of the logged records.
getSubjectGenerator() - Method in class com.google.common.collect.testing.AbstractTester
 
getSubjectGenerator() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
getSubListOriginalListSetAffectsSubListLargeListMethod() - Static method in class com.google.common.collect.testing.testers.ListSubListTester
Returns the Method instance for ListSubListTester.testSubList_originalListSetAffectsSubListLargeList() ()} so that tests of CopyOnWriteArrayList can suppress them with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6570631 is fixed.
getSubListOriginalListSetAffectsSubListMethod() - Static method in class com.google.common.collect.testing.testers.ListSubListTester
Returns the Method instance for ListSubListTester.testSubList_originalListSetAffectsSubList() so that tests of CopyOnWriteArrayList can suppress them with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6570631 is fixed.
getSubListSubListRemoveAffectsOriginalLargeListMethod() - Static method in class com.google.common.collect.testing.testers.ListSubListTester
Returns the Method instance for ListSubListTester.testSubList_subListRemoveAffectsOriginalLargeList() so that tests of CopyOnWriteArrayList can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6570575 is fixed.
getSuppressedTests() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
getTearDown() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
getTesterAnnotations(AnnotatedElement) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Find all the tester annotations declared on a tester class or method.
getTesterRequirements(Class<?>) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Get the full set of requirements for a tester class.
getTesterRequirements(Method) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Get the full set of requirements for a tester class.
getTesters() - Method in class com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.ConcurrentMapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.ConcurrentNavigableMapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.DerivedIteratorTestSuiteBuilder
We rely entirely on the delegate builder for test creation, so this just throws UnsupportedOperationException.
getTesters() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.google.BiMapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.google.ListMultimapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.google.SortedMultisetTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.google.SortedSetMultimapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.IteratorTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.ListTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.NavigableSetTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.QueueTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.SetTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.SortedMapTestSuiteBuilder
 
getTesters() - Method in class com.google.common.collect.testing.SortedSetTestSuiteBuilder
 
getTestMethodName() - Method in class com.google.common.collect.testing.AbstractTester
Returns the name of the test method invoked by this test instance.
getTo() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
 
getTo() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
getToArrayIsPlainObjectArrayMethod() - Static method in class com.google.common.collect.testing.testers.CollectionToArrayTester
Returns the Method instance for CollectionToArrayTester.testToArray_isPlainObjectArray() so that tests of Arrays.asList(Object[]) can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6260652 is fixed.
getValueForNullKey() - Method in class com.google.common.collect.testing.AbstractMapTester
 
getValueForNullKey() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
getValueNotInPopulatedMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
Creates a new value that is not expected to be found in MapInterfaceTest.makePopulatedMap().

H

hashCode() - Method in class com.google.common.collect.testing.BaseComparable
 
hashCode() - Method in class com.google.common.collect.testing.features.TesterRequirements
 
hashCode() - Method in class com.google.common.collect.testing.Helpers.NullsBefore
 
hashCode() - Method in class com.google.common.collect.testing.MinimalSet
 
hashCode() - Method in class com.google.common.collect.testing.SafeTreeMap
 
hashCode() - Method in class com.google.common.collect.testing.SafeTreeSet
 
hashCode() - Method in class com.google.common.collect.testing.UnhashableObject
 
headMap(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
headMap(K, boolean) - Method in class com.google.common.collect.testing.SafeTreeMap
 
headSet(E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
headSet(E, boolean) - Method in class com.google.common.collect.testing.SafeTreeSet
 
Helpers - Class in com.google.common.collect.testing
 
Helpers() - Constructor for class com.google.common.collect.testing.Helpers
 
Helpers.NullsBefore - Class in com.google.common.collect.testing
Compares strings in natural order except that null comes immediately before a given value.
Helpers.NullsBefore(String) - Constructor for class com.google.common.collect.testing.Helpers.NullsBefore
 
Helpers.NullsBeforeB - Class in com.google.common.collect.testing
 
Helpers.NullsBeforeTwo - Class in com.google.common.collect.testing
 
higher(E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
higherEntry(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
higherKey(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 

I

ignore(Method) - Method in class com.google.common.testing.NullPointerTester
Ignore method in the tests that follow.
ignoreClasses(Predicate<? super Class<?>>) - Method in class com.google.common.testing.AbstractPackageSanityTests
Specifies that classes that satisfy the given predicate aren't tested for sanity.
impliedFeatures(Set<Feature<?>>) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Given a set of features, return a new set of all features directly or indirectly implied by any of them.
includingEquals() - Method in class com.google.common.testing.ForwardingWrapperTester
init(G, String, Runnable, Runnable) - Method in class com.google.common.collect.testing.AbstractTester
 
init(G, String) - Method in class com.google.common.collect.testing.AbstractTester
 
initCollectionWithNullElement() - Method in class com.google.common.collect.testing.AbstractCollectionTester
 
initMapWithNullKey() - Method in class com.google.common.collect.testing.AbstractMapTester
 
initMapWithNullValue() - Method in class com.google.common.collect.testing.AbstractMapTester
 
initMultimapWithNullKey() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
initMultimapWithNullKeyAndValue() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
initMultimapWithNullValue() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
initThreeCopies() - Method in class com.google.common.collect.testing.google.AbstractMultisetTester
 
INSTANCE - Static variable in class com.google.common.collect.testing.Helpers.NullsBeforeB
 
INSTANCE - Static variable in class com.google.common.collect.testing.Helpers.NullsBeforeTwo
 
intersection(Set<? extends T>, Set<? extends T>) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Construct a new Set that is the intersection of the given sets.
intersection(Set<? extends T>...) - Static method in class com.google.common.collect.testing.features.FeatureUtil
Construct a new Set that is the intersection of all the given sets.
isDone() - Method in interface com.google.common.testing.GcFinalization.FinalizationPredicate
 
isEmpty() - Method in class com.google.common.collect.testing.SafeTreeMap
 
isEmpty() - Method in class com.google.common.collect.testing.SafeTreeSet
 
iterator() - Method in class com.google.common.collect.testing.MinimalCollection
 
iterator() - Method in class com.google.common.collect.testing.MinimalIterable
 
iterator() - Method in class com.google.common.collect.testing.SafeTreeSet
 
iterator() - Method in class com.google.common.collect.testing.SampleElements
 
IteratorFeature - Enum in com.google.common.collect.testing
A method supported by implementations of the Iterator or ListIterator interface.
IteratorTester<E> - Class in com.google.common.collect.testing
A utility for testing an Iterator implementation by comparing its behavior to that of a "known good" reference implementation.
IteratorTester(int, Iterable<? extends IteratorFeature>, Iterable<E>, AbstractIteratorTester.KnownOrder) - Constructor for class com.google.common.collect.testing.IteratorTester
Creates an IteratorTester.
IteratorTestSuiteBuilder<E> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests an Iterator implementation.
IteratorTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.IteratorTestSuiteBuilder
 

K

k0() - Method in class com.google.common.collect.testing.AbstractMapTester
 
k0() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
k1() - Method in class com.google.common.collect.testing.AbstractMapTester
 
k1() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
k2() - Method in class com.google.common.collect.testing.AbstractMapTester
 
k2() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
k3() - Method in class com.google.common.collect.testing.AbstractMapTester
 
k3() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
k4() - Method in class com.google.common.collect.testing.AbstractMapTester
 
k4() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
keySet() - Method in class com.google.common.collect.testing.SafeTreeMap
 

L

last() - Method in class com.google.common.collect.testing.SafeTreeSet
 
lastEntry() - Method in class com.google.common.collect.testing.SafeTreeMap
 
lastKey() - Method in class com.google.common.collect.testing.SafeTreeMap
 
latch - Variable in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
 
ListAddAllAtIndexTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests addAll(int, Collection) operations on a list.
ListAddAllAtIndexTester() - Constructor for class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
ListAddAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests addAll(Collection) operations on a list.
ListAddAllTester() - Constructor for class com.google.common.collect.testing.testers.ListAddAllTester
 
ListAddAtIndexTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests add(int, Object) operations on a list.
ListAddAtIndexTester() - Constructor for class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
ListAddTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests add(Object) operations on a list.
ListAddTester() - Constructor for class com.google.common.collect.testing.testers.ListAddTester
 
ListCreationTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a list.
ListCreationTester() - Constructor for class com.google.common.collect.testing.testers.ListCreationTester
 
ListEqualsTester<E> - Class in com.google.common.collect.testing.testers
ListEqualsTester() - Constructor for class com.google.common.collect.testing.testers.ListEqualsTester
 
ListFeature - Enum in com.google.common.collect.testing.features
Optional features of classes derived from List.
ListFeature.Require - Annotation Type in com.google.common.collect.testing.features
 
ListGenerators - Class in com.google.common.collect.testing.google
Common generators of different types of lists.
ListGenerators.BuilderAddAllListGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.BuilderAddAllListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.BuilderAddAllListGenerator
 
ListGenerators.BuilderAddListGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.BuilderAddListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.BuilderAddListGenerator
 
ListGenerators.BuilderReversedListGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.BuilderReversedListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.BuilderReversedListGenerator
 
ListGenerators.CharactersOfCharSequenceGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.CharactersOfCharSequenceGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.CharactersOfCharSequenceGenerator
 
ListGenerators.CharactersOfStringGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.CharactersOfStringGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.CharactersOfStringGenerator
 
ListGenerators.ImmutableListHeadSubListGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.ImmutableListHeadSubListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.ImmutableListHeadSubListGenerator
 
ListGenerators.ImmutableListMiddleSubListGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.ImmutableListMiddleSubListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.ImmutableListMiddleSubListGenerator
 
ListGenerators.ImmutableListOfGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.ImmutableListOfGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.ImmutableListOfGenerator
 
ListGenerators.ImmutableListTailSubListGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.ImmutableListTailSubListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.ImmutableListTailSubListGenerator
 
ListGenerators.UnhashableElementsImmutableListGenerator - Class in com.google.common.collect.testing.google
 
ListGenerators.UnhashableElementsImmutableListGenerator() - Constructor for class com.google.common.collect.testing.google.ListGenerators.UnhashableElementsImmutableListGenerator
 
ListGetTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests get() operations on a list.
ListGetTester() - Constructor for class com.google.common.collect.testing.testers.ListGetTester
 
ListHashCodeTester<E> - Class in com.google.common.collect.testing.testers
ListHashCodeTester() - Constructor for class com.google.common.collect.testing.testers.ListHashCodeTester
 
ListIndexOfTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests indexOf() operations on a list.
ListIndexOfTester() - Constructor for class com.google.common.collect.testing.testers.ListIndexOfTester
 
ListIteratorTester<E> - Class in com.google.common.collect.testing
A utility similar to IteratorTester for testing a ListIterator against a known good reference implementation.
ListIteratorTester(int, Iterable<E>, Iterable<? extends IteratorFeature>, Iterable<E>, int) - Constructor for class com.google.common.collect.testing.ListIteratorTester
 
ListLastIndexOfTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests lastIndexOf() operations on a list.
ListLastIndexOfTester() - Constructor for class com.google.common.collect.testing.testers.ListLastIndexOfTester
 
ListListIteratorTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests listIterator operations on a list.
ListListIteratorTester() - Constructor for class com.google.common.collect.testing.testers.ListListIteratorTester
 
ListMultimapAsMapTester<K,V> - Class in com.google.common.collect.testing.google
Testers for ListMultimap.asMap().
ListMultimapAsMapTester() - Constructor for class com.google.common.collect.testing.google.ListMultimapAsMapTester
 
ListMultimapEqualsTester<K,V> - Class in com.google.common.collect.testing.google
Testers for ListMultimap.equals(Object).
ListMultimapEqualsTester() - Constructor for class com.google.common.collect.testing.google.ListMultimapEqualsTester
 
ListMultimapPutAllTester<K,V> - Class in com.google.common.collect.testing.google
Testers for Multimap.putAll(Object, Iterable).
ListMultimapPutAllTester() - Constructor for class com.google.common.collect.testing.google.ListMultimapPutAllTester
 
ListMultimapPutTester<K,V> - Class in com.google.common.collect.testing.google
Testers for Multimap.put(Object, Object).
ListMultimapPutTester() - Constructor for class com.google.common.collect.testing.google.ListMultimapPutTester
 
ListMultimapRemoveTester<K,V> - Class in com.google.common.collect.testing.google
Testers for Multimap.remove(Object, Object).
ListMultimapRemoveTester() - Constructor for class com.google.common.collect.testing.google.ListMultimapRemoveTester
 
ListMultimapReplaceValuesTester<K,V> - Class in com.google.common.collect.testing.google
Testers for ListMultimap.replaceValues(Object, Iterable).
ListMultimapReplaceValuesTester() - Constructor for class com.google.common.collect.testing.google.ListMultimapReplaceValuesTester
 
ListMultimapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing.google
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ListMultimap implementation.
ListMultimapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.google.ListMultimapTestSuiteBuilder
 
ListRemoveAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests removeAll operations on a list.
ListRemoveAllTester() - Constructor for class com.google.common.collect.testing.testers.ListRemoveAllTester
 
ListRemoveAtIndexTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests remove(int) operations on a list.
ListRemoveAtIndexTester() - Constructor for class com.google.common.collect.testing.testers.ListRemoveAtIndexTester
 
ListRemoveTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests remove(Object) operations on a list.
ListRemoveTester() - Constructor for class com.google.common.collect.testing.testers.ListRemoveTester
 
ListRetainAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests retainAll operations on a list.
ListRetainAllTester() - Constructor for class com.google.common.collect.testing.testers.ListRetainAllTester
 
ListSetTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests set() operations on a list.
ListSetTester() - Constructor for class com.google.common.collect.testing.testers.ListSetTester
 
ListSubListTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests subList() operations on a list.
ListSubListTester() - Constructor for class com.google.common.collect.testing.testers.ListSubListTester
 
ListTestSuiteBuilder<E> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a List implementation.
ListTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.ListTestSuiteBuilder
 
ListToArrayTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests toArray() operations on a list.
ListToArrayTester() - Constructor for class com.google.common.collect.testing.testers.ListToArrayTester
 
logger - Static variable in class com.google.common.testing.SloppyTearDown
 
lower(E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
lowerEntry(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
lowerKey(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 

M

makeEitherMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
Used by tests that require a map, but don't care whether it's populated or not.
makeEitherMap() - Method in class com.google.common.collect.testing.SortedMapInterfaceTest
 
makeEmptyMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
Creates a new, empty instance of the class under test.
makeEmptyMap() - Method in class com.google.common.collect.testing.SortedMapInterfaceTest
 
makePopulatedMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
Creates a new, non-empty instance of the class under test.
makePopulatedMap() - Method in class com.google.common.collect.testing.SortedMapInterfaceTest
 
makeSuiteForTesterClass(Class<? extends AbstractTester<?>>) - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
MapClearTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests clear() operations on a map.
MapClearTester() - Constructor for class com.google.common.collect.testing.testers.MapClearTester
 
MapContainsKeyTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests containsKey() operations on a map.
MapContainsKeyTester() - Constructor for class com.google.common.collect.testing.testers.MapContainsKeyTester
 
MapContainsValueTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests containsValue() operations on a map.
MapContainsValueTester() - Constructor for class com.google.common.collect.testing.testers.MapContainsValueTester
 
MapCreationTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a map.
MapCreationTester() - Constructor for class com.google.common.collect.testing.testers.MapCreationTester
 
mapEntries(SampleElements<K>, SampleElements<V>) - Static method in class com.google.common.collect.testing.SampleElements
 
mapEntry(K, V) - Static method in class com.google.common.collect.testing.Helpers
 
MapEntrySetTester<K,V> - Class in com.google.common.collect.testing.testers
MapEntrySetTester() - Constructor for class com.google.common.collect.testing.testers.MapEntrySetTester
 
MapEqualsTester<K,V> - Class in com.google.common.collect.testing.testers
MapEqualsTester() - Constructor for class com.google.common.collect.testing.testers.MapEqualsTester
 
MapFeature - Enum in com.google.common.collect.testing.features
Optional features of classes derived from Map.
MapFeature.Require - Annotation Type in com.google.common.collect.testing.features
 
MapGenerators - Class in com.google.common.collect.testing.google
Generators of different types of map and related collections, such as keys, entries and values.
MapGenerators() - Constructor for class com.google.common.collect.testing.google.MapGenerators
 
MapGenerators.ImmutableEnumMapGenerator - Class in com.google.common.collect.testing.google
 
MapGenerators.ImmutableEnumMapGenerator() - Constructor for class com.google.common.collect.testing.google.MapGenerators.ImmutableEnumMapGenerator
 
MapGenerators.ImmutableMapCopyOfEntriesGenerator - Class in com.google.common.collect.testing.google
 
MapGenerators.ImmutableMapCopyOfEntriesGenerator() - Constructor for class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfEntriesGenerator
 
MapGenerators.ImmutableMapCopyOfEnumMapGenerator - Class in com.google.common.collect.testing.google
 
MapGenerators.ImmutableMapCopyOfEnumMapGenerator() - Constructor for class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfEnumMapGenerator
 
MapGenerators.ImmutableMapCopyOfGenerator - Class in com.google.common.collect.testing.google
 
MapGenerators.ImmutableMapCopyOfGenerator() - Constructor for class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfGenerator
 
MapGenerators.ImmutableMapEntryListGenerator - Class in com.google.common.collect.testing.google
 
MapGenerators.ImmutableMapEntryListGenerator() - Constructor for class com.google.common.collect.testing.google.MapGenerators.ImmutableMapEntryListGenerator
 
MapGenerators.ImmutableMapGenerator - Class in com.google.common.collect.testing.google
 
MapGenerators.ImmutableMapGenerator() - Constructor for class com.google.common.collect.testing.google.MapGenerators.ImmutableMapGenerator
 
MapGenerators.ImmutableMapKeyListGenerator - Class in com.google.common.collect.testing.google
 
MapGenerators.ImmutableMapKeyListGenerator() - Constructor for class com.google.common.collect.testing.google.MapGenerators.ImmutableMapKeyListGenerator
 
MapGenerators.ImmutableMapUnhashableValuesGenerator - Class in com.google.common.collect.testing.google
 
MapGenerators.ImmutableMapUnhashableValuesGenerator() - Constructor for class com.google.common.collect.testing.google.MapGenerators.ImmutableMapUnhashableValuesGenerator
 
MapGenerators.ImmutableMapValueListGenerator - Class in com.google.common.collect.testing.google
 
MapGenerators.ImmutableMapValueListGenerator() - Constructor for class com.google.common.collect.testing.google.MapGenerators.ImmutableMapValueListGenerator
 
MapGetTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests get operations on a map.
MapGetTester() - Constructor for class com.google.common.collect.testing.testers.MapGetTester
 
MapHashCodeTester<K,V> - Class in com.google.common.collect.testing.testers
MapHashCodeTester() - Constructor for class com.google.common.collect.testing.testers.MapHashCodeTester
 
MapInterfaceTest<K,V> - Class in com.google.common.collect.testing
Tests representing the contract of Map.
MapInterfaceTest(boolean, boolean, boolean, boolean, boolean) - Constructor for class com.google.common.collect.testing.MapInterfaceTest
Constructor that assigns supportsIteratorRemove the same value as supportsRemove.
MapInterfaceTest(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.google.common.collect.testing.MapInterfaceTest
Constructor with an explicit supportsIteratorRemove parameter.
MapIsEmptyTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests isEmpty() operations on a map.
MapIsEmptyTester() - Constructor for class com.google.common.collect.testing.testers.MapIsEmptyTester
 
MapPutAllTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests putAll operations on a map.
MapPutAllTester() - Constructor for class com.google.common.collect.testing.testers.MapPutAllTester
 
MapPutTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests put operations on a map.
MapPutTester() - Constructor for class com.google.common.collect.testing.testers.MapPutTester
 
MapRemoveTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests remove operations on a map.
MapRemoveTester() - Constructor for class com.google.common.collect.testing.testers.MapRemoveTester
 
MapSerializationTester<K,V> - Class in com.google.common.collect.testing.testers
Basic serialization test for maps.
MapSerializationTester() - Constructor for class com.google.common.collect.testing.testers.MapSerializationTester
 
MapSizeTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests size() operations on a map.
MapSizeTester() - Constructor for class com.google.common.collect.testing.testers.MapSizeTester
 
MapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a Map implementation.
MapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.MapTestSuiteBuilder
 
MapToStringTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests toString() operations on a map.
MapToStringTester() - Constructor for class com.google.common.collect.testing.testers.MapToStringTester
 
MIN_ELEMENT - Static variable in class com.google.common.collect.testing.SampleElements.Strings
 
MinimalCollection<E> - Class in com.google.common.collect.testing
A simplistic collection which implements only the bare minimum allowed by the spec, and throws exceptions whenever it can.
MinimalIterable<E> - Class in com.google.common.collect.testing
An implementation of Iterable which throws an exception on all invocations of the MinimalIterable.iterator() method after the first, and whose iterator is always unmodifiable.
MinimalSet<E> - Class in com.google.common.collect.testing
A simplistic set which implements the bare minimum so that it can be used in tests without relying on any specific Set implementations.
misleadingSizeCollection(int) - Static method in class com.google.common.collect.testing.Helpers
Returns a collection that simulates concurrent modification by having its size method return incorrect values.
MockFutureListener - Class in com.google.common.util.concurrent.testing
A simple mock implementation of Runnable that can be used for testing ListenableFutures.
MockFutureListener(ListenableFuture<?>) - Constructor for class com.google.common.util.concurrent.testing.MockFutureListener
 
MODIFIABLE - Static variable in enum com.google.common.collect.testing.IteratorFeature
A set containing all of the optional features of the Iterator and ListIterator interfaces.
multimap() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
MultimapAsMapGetTester<K,V> - Class in com.google.common.collect.testing.google
Tests for Multimap.asMap().get(Object).
MultimapAsMapGetTester() - Constructor for class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
MultimapAsMapTester<K,V> - Class in com.google.common.collect.testing.google
Tests for Multimap.asMap().
MultimapAsMapTester() - Constructor for class com.google.common.collect.testing.google.MultimapAsMapTester
 
MultimapClearTester<K,V> - Class in com.google.common.collect.testing.google
Tests for Multimap.clear().
MultimapClearTester() - Constructor for class com.google.common.collect.testing.google.MultimapClearTester
 
MultimapContainsEntryTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.containsEntry(java.lang.Object, java.lang.Object).
MultimapContainsEntryTester() - Constructor for class com.google.common.collect.testing.google.MultimapContainsEntryTester
 
MultimapContainsKeyTester<K,V> - Class in com.google.common.collect.testing.google
Tester for the containsKey methods of Multimap and its asMap() view.
MultimapContainsKeyTester() - Constructor for class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
MultimapContainsValueTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.containsValue(java.lang.Object).
MultimapContainsValueTester() - Constructor for class com.google.common.collect.testing.google.MultimapContainsValueTester
 
MultimapEntriesTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.entries.
MultimapEntriesTester() - Constructor for class com.google.common.collect.testing.google.MultimapEntriesTester
 
MultimapEqualsTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.equals.
MultimapEqualsTester() - Constructor for class com.google.common.collect.testing.google.MultimapEqualsTester
 
MultimapFeature - Enum in com.google.common.collect.testing.google
Optional features of classes derived from Multimap.
MultimapFeature.Require - Annotation Type in com.google.common.collect.testing.google
 
MultimapGetTester<K,V> - Class in com.google.common.collect.testing.google
Tests for Multimap.get(Object).
MultimapGetTester() - Constructor for class com.google.common.collect.testing.google.MultimapGetTester
 
MultimapKeySetTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.keySet.
MultimapKeySetTester() - Constructor for class com.google.common.collect.testing.google.MultimapKeySetTester
 
MultimapKeysTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.entries.
MultimapKeysTester() - Constructor for class com.google.common.collect.testing.google.MultimapKeysTester
 
MultimapPutAllMultimapTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.putAll(Multimap).
MultimapPutAllMultimapTester() - Constructor for class com.google.common.collect.testing.google.MultimapPutAllMultimapTester
 
MultimapPutIterableTester<K,V> - Class in com.google.common.collect.testing.google
Tests for Multimap.putAll(Object, Iterable).
MultimapPutIterableTester() - Constructor for class com.google.common.collect.testing.google.MultimapPutIterableTester
 
MultimapPutTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.put(K, V).
MultimapPutTester() - Constructor for class com.google.common.collect.testing.google.MultimapPutTester
 
MultimapRemoveAllTester<K,V> - Class in com.google.common.collect.testing.google
Tests for Multimap.removeAll(Object).
MultimapRemoveAllTester() - Constructor for class com.google.common.collect.testing.google.MultimapRemoveAllTester
 
MultimapRemoveEntryTester<K,V> - Class in com.google.common.collect.testing.google
Tests for Multimap.remove(Object, Object).
MultimapRemoveEntryTester() - Constructor for class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
MultimapReplaceValuesTester<K,V> - Class in com.google.common.collect.testing.google
Tests for Multimap.replaceValues(Object, Iterable).
MultimapReplaceValuesTester() - Constructor for class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
MultimapSizeTester<K,V> - Class in com.google.common.collect.testing.google
Tester for the size methods of Multimap and its views.
MultimapSizeTester() - Constructor for class com.google.common.collect.testing.google.MultimapSizeTester
 
MultimapTestSuiteBuilder<K,V,M extends com.google.common.collect.Multimap<K,V>> - Class in com.google.common.collect.testing.google
Creates, based on your criteria, a JUnit test suite that exhaustively tests a Multimap implementation.
MultimapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
MultimapToStringTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.toString().
MultimapToStringTester() - Constructor for class com.google.common.collect.testing.google.MultimapToStringTester
 
MultimapValuesTester<K,V> - Class in com.google.common.collect.testing.google
Tester for Multimap.values.
MultimapValuesTester() - Constructor for class com.google.common.collect.testing.google.MultimapValuesTester
 
MultisetAddTester<E> - Class in com.google.common.collect.testing.google
Tests for Multiset.add.
MultisetAddTester() - Constructor for class com.google.common.collect.testing.google.MultisetAddTester
 
MultisetContainsTester<E> - Class in com.google.common.collect.testing.google
Tests for Multiset.containsAll not already addressed by CollectionContainsTester.
MultisetContainsTester() - Constructor for class com.google.common.collect.testing.google.MultisetContainsTester
 
MultisetCountTester<E> - Class in com.google.common.collect.testing.google
Tests for Multiset#count.
MultisetCountTester() - Constructor for class com.google.common.collect.testing.google.MultisetCountTester
 
MultisetElementSetTester<E> - Class in com.google.common.collect.testing.google
Tests for Multiset.elementSet() not covered by the derived SetTestSuiteBuilder.
MultisetElementSetTester() - Constructor for class com.google.common.collect.testing.google.MultisetElementSetTester
 
MultisetEntrySetTester<E> - Class in com.google.common.collect.testing.google
Tests for Multiset.entrySet.
MultisetEntrySetTester() - Constructor for class com.google.common.collect.testing.google.MultisetEntrySetTester
 
MultisetEqualsTester<E> - Class in com.google.common.collect.testing.google
Tests for Multiset.equals and Multiset.hashCode.
MultisetEqualsTester() - Constructor for class com.google.common.collect.testing.google.MultisetEqualsTester
 
MultisetFeature - Enum in com.google.common.collect.testing.google
Optional features of classes derived from Multiset.
MultisetFeature.Require - Annotation Type in com.google.common.collect.testing.google
 
MultisetIteratorTester<E> - Class in com.google.common.collect.testing.google
Tester to make sure the iterator().remove() implementation of Multiset works when there are multiple occurrences of elements.
MultisetIteratorTester() - Constructor for class com.google.common.collect.testing.google.MultisetIteratorTester
 
MultisetNavigationTester<E> - Class in com.google.common.collect.testing.google
Tester for navigation of SortedMultisets.
MultisetNavigationTester() - Constructor for class com.google.common.collect.testing.google.MultisetNavigationTester
 
MultisetReadsTester<E> - Class in com.google.common.collect.testing.google
A generic JUnit test which tests multiset-specific read operations.
MultisetReadsTester() - Constructor for class com.google.common.collect.testing.google.MultisetReadsTester
 
MultisetRemoveTester<E> - Class in com.google.common.collect.testing.google
Tests for Multiset#remove, Multiset.removeAll, and Multiset.retainAll not already covered by the corresponding Collection testers.
MultisetRemoveTester() - Constructor for class com.google.common.collect.testing.google.MultisetRemoveTester
 
MultisetSerializationTester<E> - Class in com.google.common.collect.testing.google
A generic JUnit test which tests multiset-specific serialization.
MultisetSerializationTester() - Constructor for class com.google.common.collect.testing.google.MultisetSerializationTester
 
MultisetSetCountConditionallyTester<E> - Class in com.google.common.collect.testing.google
A generic JUnit test which tests conditional setCount() operations on a multiset.
MultisetSetCountConditionallyTester() - Constructor for class com.google.common.collect.testing.google.MultisetSetCountConditionallyTester
 
MultisetSetCountUnconditionallyTester<E> - Class in com.google.common.collect.testing.google
A generic JUnit test which tests unconditional setCount() operations on a multiset.
MultisetSetCountUnconditionallyTester() - Constructor for class com.google.common.collect.testing.google.MultisetSetCountUnconditionallyTester
 
MultisetTestSuiteBuilder<E> - Class in com.google.common.collect.testing.google
Creates, based on your criteria, a JUnit test suite that exhaustively tests a Multiset implementation.
MultisetTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.google.MultisetTestSuiteBuilder
 
MultisetTestSuiteBuilder.NoRecurse - Enum in com.google.common.collect.testing.google
 

N

named(String) - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
Configures this builder produce a TestSuite with the given name.
navigableKeySet() - Method in class com.google.common.collect.testing.SafeTreeMap
 
NavigableMapNavigationTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests operations on a NavigableMap.
NavigableMapNavigationTester() - Constructor for class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
NavigableMapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.
NavigableMapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.NavigableMapTestSuiteBuilder
 
NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V> - Class in com.google.common.collect.testing
 
NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator(TestSortedMapGenerator<K, V>, DerivedCollectionGenerators.Bound, DerivedCollectionGenerators.Bound) - Constructor for class com.google.common.collect.testing.NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator
 
NavigableSetNavigationTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests operations on a NavigableSet.
NavigableSetNavigationTester() - Constructor for class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
NavigableSetTestSuiteBuilder<E> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.
NavigableSetTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.NavigableSetTestSuiteBuilder
 
NavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator<E> - Class in com.google.common.collect.testing
 
NavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator(TestSortedSetGenerator<E>, DerivedCollectionGenerators.Bound, DerivedCollectionGenerators.Bound) - Constructor for class com.google.common.collect.testing.NavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator
 
nefariousMapEntry(K, V) - Static method in class com.google.common.collect.testing.Helpers
Returns a "nefarious" map entry with the specified key and value, meaning an entry that is suitable for testing that map entries cannot be modified via a nefarious implementation of equals.
newBuilderUsing(TestSortedMapGenerator<K, V>, DerivedCollectionGenerators.Bound, DerivedCollectionGenerators.Bound) - Method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder
 
newBuilderUsing(TestSortedSetGenerator<E>, DerivedCollectionGenerators.Bound, DerivedCollectionGenerators.Bound) - Method in class com.google.common.collect.testing.NavigableSetTestSuiteBuilder
 
newInstance(TestCollectionGenerator<E>) - Static method in class com.google.common.collect.testing.ReserializingTestCollectionGenerator
 
newInstance(TestSetGenerator<E>) - Static method in class com.google.common.collect.testing.ReserializingTestSetGenerator
 
newTargetIterator() - Method in class com.google.common.collect.testing.ListIteratorTester
 
noOpScheduledExecutor() - Static method in class com.google.common.util.concurrent.testing.TestingExecutors
Returns a ScheduledExecutorService that never executes anything.
NullPointerTester - Class in com.google.common.testing
A test utility that verifies that your methods and constructors throw NullPointerException or UnsupportedOperationException whenever null is passed to a parameter that isn't annotated with Nullable.
NullPointerTester() - Constructor for class com.google.common.testing.NullPointerTester
 
NullPointerTester.Visibility - Enum in com.google.common.testing
Visibility of any method or constructor.

O

of(E...) - Static method in class com.google.common.collect.testing.MinimalCollection
 
of(E...) - Static method in class com.google.common.collect.testing.MinimalIterable
Returns an iterable whose iterator returns the given elements in order.
of(E...) - Static method in class com.google.common.collect.testing.MinimalSet
 
of(Equivalence<? super T>) - Static method in class com.google.common.testing.EquivalenceTester
 
ofClassAndContents(Class<? super E>, E...) - Static method in class com.google.common.collect.testing.MinimalCollection
 
ofClassAndContents(Class<? super E>, E[], Iterable<? extends E>) - Static method in class com.google.common.collect.testing.MinimalSet
 
OneSizeGenerator<T,E> - Class in com.google.common.collect.testing
Generator for collection of a particular size.
OneSizeGenerator(TestContainerGenerator<T, E>, CollectionSize) - Constructor for class com.google.common.collect.testing.OneSizeGenerator
 
OneSizeTestContainerGenerator<T,E> - Interface in com.google.common.collect.testing
The subject-generator interface accepted by Collection testers, for testing a Collection at one particular CollectionSize.
order(List<Map.Entry<K, V>>) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator
 
order(List<K>) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator
 
order(List<V>) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator
 
order(List<E>) - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
order(List<V>) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator
 
order(List<Map.Entry<V, K>>) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
order(List<Map.Entry<K, V>>) - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
order(List<Map.Entry<AnEnum, String>>) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapCopyOfEnumMapGenerator
 
order(List<Map.Entry<String, Integer>>) - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapEntryListGenerator
 
order(List<Integer>) - Method in class com.google.common.collect.testing.google.SetGenerators.ContiguousSetDescendingGenerator
Sorts the elements in reverse natural order.
order(List<String>) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitComparator
 
order(List<String>) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
 
order(List<String>) - Method in class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetReversedOrderGenerator
 
order(List<Map.Entry<String, Integer>>) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapEntryListGenerator
 
order(List<String>) - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapKeyListGenerator
 
order(List<AnEnum>) - Method in class com.google.common.collect.testing.google.TestEnumMultisetGenerator
Sorts the enums according to their natural ordering.
order(List<Map.Entry<String, String>>) - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
Returns the original element list, unchanged.
order(List<Map.Entry<String, String>>) - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
Returns the original element list, unchanged.
order(List<String>) - Method in class com.google.common.collect.testing.google.TestStringMultisetGenerator
Returns the original element list, unchanged.
order(List<Map.Entry<String, String>>) - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
Returns the original element list, unchanged.
order(List<E>) - Method in class com.google.common.collect.testing.OneSizeGenerator
 
order(List<E>) - Method in class com.google.common.collect.testing.ReserializingTestCollectionGenerator
 
order(List<Character>) - Method in class com.google.common.collect.testing.TestCharacterListGenerator
Returns the original element list, unchanged.
order(List<Object>) - Method in class com.google.common.collect.testing.TestCollidingSetGenerator
Returns the original element list, unchanged.
order(List<E>) - Method in interface com.google.common.collect.testing.TestContainerGenerator
Returns the iteration ordering of elements, given the order in which they were added to the container.
order(List<Map.Entry<AnEnum, String>>) - Method in class com.google.common.collect.testing.TestEnumMapGenerator
Returns the elements sorted in natural order.
order(List<AnEnum>) - Method in class com.google.common.collect.testing.TestEnumSetGenerator
Sorts the enums according to their natural ordering.
order(List<Integer>) - Method in class com.google.common.collect.testing.TestIntegerSetGenerator
Returns the iteration ordering of elements, given the order in which they were added to the container.
order(List<Integer>) - Method in class com.google.common.collect.testing.TestIntegerSortedSetGenerator
Sorts the elements by their natural ordering.
order(List<Map.Entry<K, V>>) - Method in class com.google.common.collect.testing.TestMapEntrySetGenerator
Returns the original element list, unchanged.
order(List<String>) - Method in class com.google.common.collect.testing.TestStringCollectionGenerator
Returns the original element list, unchanged.
order(List<String>) - Method in class com.google.common.collect.testing.TestStringListGenerator
Returns the original element list, unchanged.
order(List<Map.Entry<String, String>>) - Method in class com.google.common.collect.testing.TestStringMapGenerator
Returns the original element list, unchanged.
order(List<String>) - Method in class com.google.common.collect.testing.TestStringQueueGenerator
Returns the original element list, unchanged.
order(List<String>) - Method in class com.google.common.collect.testing.TestStringSetGenerator
Returns the iteration ordering of elements, given the order in which they were added to the container.
order(List<Map.Entry<String, String>>) - Method in class com.google.common.collect.testing.TestStringSortedMapGenerator
 
order(List<String>) - Method in class com.google.common.collect.testing.TestStringSortedSetGenerator
Sorts the elements by their natural ordering.
order(List<UnhashableObject>) - Method in class com.google.common.collect.testing.TestUnhashableCollectionGenerator
 
orderEntriesByKey(List<Map.Entry<K, V>>) - Static method in class com.google.common.collect.testing.Helpers
 

P

PerCollectionSizeTestSuiteBuilder<B extends PerCollectionSizeTestSuiteBuilder<B,G,T,E>,G extends TestContainerGenerator<T,E>,T,E> - Class in com.google.common.collect.testing
This builder creates a composite test suite, containing a separate test suite for each CollectionSize present in the features specified by FeatureSpecificTestSuiteBuilder.withFeatures(Feature...).
PerCollectionSizeTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.PerCollectionSizeTestSuiteBuilder
 
pollFirst() - Method in class com.google.common.collect.testing.SafeTreeSet
 
pollFirstEntry() - Method in class com.google.common.collect.testing.SafeTreeMap
 
pollLast() - Method in class com.google.common.collect.testing.SafeTreeSet
 
pollLastEntry() - Method in class com.google.common.collect.testing.SafeTreeMap
 
publicApiOnly() - Method in class com.google.common.testing.AbstractPackageSanityTests
Restricts the sanity tests for public API only.
publish(LogRecord) - Method in class com.google.common.testing.TestLogHandler
Adds the most recently logged record to our list.
put(K, V) - Method in class com.google.common.collect.testing.SafeTreeMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.testing.SafeTreeMap
 
putDistinctKeysDistinctValues() - Method in class com.google.common.collect.testing.google.BiMapPutTester
 

Q

QueueElementTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests element() operations on a queue.
QueueElementTester() - Constructor for class com.google.common.collect.testing.testers.QueueElementTester
 
QueueOfferTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests offer operations on a queue.
QueueOfferTester() - Constructor for class com.google.common.collect.testing.testers.QueueOfferTester
 
QueuePeekTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests peek() operations on a queue.
QueuePeekTester() - Constructor for class com.google.common.collect.testing.testers.QueuePeekTester
 
QueuePollTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests poll() operations on a queue.
QueuePollTester() - Constructor for class com.google.common.collect.testing.testers.QueuePollTester
 
QueueRemoveTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests remove() operations on a queue.
QueueRemoveTester() - Constructor for class com.google.common.collect.testing.testers.QueueRemoveTester
 
QueueTestSuiteBuilder<E> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a queue implementation.
QueueTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.QueueTestSuiteBuilder
 

R

read() - Method in class com.google.common.testing.FakeTicker
 
remove(Object) - Method in class com.google.common.collect.testing.SafeTreeMap
 
remove(Object) - Method in class com.google.common.collect.testing.SafeTreeSet
 
removeAll(Collection<?>) - Method in class com.google.common.collect.testing.MinimalCollection
 
removeAll(Collection<?>) - Method in class com.google.common.collect.testing.SafeTreeSet
 
reserialize(T) - Static method in class com.google.common.testing.SerializableTester
Serializes and deserializes the specified object.
reserializeAndAssert(T) - Static method in class com.google.common.testing.SerializableTester
Serializes and deserializes the specified object and verifies that the re-serialized object is equal to the provided object, that the hashcodes are identical, and that the class of the re-serialized object is identical to that of the original.
ReserializingTestCollectionGenerator<E> - Class in com.google.common.collect.testing
Reserializes the sets created by another test set generator.
ReserializingTestSetGenerator<E> - Class in com.google.common.collect.testing
Reserializes the sets created by another test set generator.
resetCollection() - Method in class com.google.common.collect.testing.AbstractCollectionTester
 
resetCollection() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
resetContainer(Collection<E>) - Method in class com.google.common.collect.testing.AbstractCollectionTester
 
resetContainer() - Method in class com.google.common.collect.testing.AbstractContainerTester
Replaces the existing container under test with a new container created by the subject generator.
resetContainer(C) - Method in class com.google.common.collect.testing.AbstractContainerTester
Replaces the existing container under test with a new container.
resetContainer(M) - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
resetContainer(Map.Entry<K, V>...) - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
resetMap() - Method in class com.google.common.collect.testing.AbstractMapTester
 
resetMap(Map.Entry<K, V>[]) - Method in class com.google.common.collect.testing.AbstractMapTester
 
resetWithHole() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
Resets the contents of navigableSet to have elements a, c, for the navigation tests.
retainAll(Collection<?>) - Method in class com.google.common.collect.testing.MinimalCollection
 
retainAll(Collection<?>) - Method in class com.google.common.collect.testing.SafeTreeSet
 
run() - Method in class com.google.common.util.concurrent.testing.MockFutureListener
 
runTearDown() - Method in class com.google.common.testing.TearDownStack
Causes teardown to execute.

S

SafeTreeMap<K,V> - Class in com.google.common.collect.testing
A wrapper around TreeMap that aggressively checks to see if keys are mutually comparable.
SafeTreeMap() - Constructor for class com.google.common.collect.testing.SafeTreeMap
 
SafeTreeMap(Comparator<? super K>) - Constructor for class com.google.common.collect.testing.SafeTreeMap
 
SafeTreeMap(Map<? extends K, ? extends V>) - Constructor for class com.google.common.collect.testing.SafeTreeMap
 
SafeTreeMap(SortedMap<K, ? extends V>) - Constructor for class com.google.common.collect.testing.SafeTreeMap
 
SafeTreeSet<E> - Class in com.google.common.collect.testing
A wrapper around TreeSet that aggressively checks to see if elements are mutually comparable.
SafeTreeSet() - Constructor for class com.google.common.collect.testing.SafeTreeSet
 
SafeTreeSet(Collection<? extends E>) - Constructor for class com.google.common.collect.testing.SafeTreeSet
 
SafeTreeSet(Comparator<? super E>) - Constructor for class com.google.common.collect.testing.SafeTreeSet
 
SafeTreeSet(SortedSet<E>) - Constructor for class com.google.common.collect.testing.SafeTreeSet
 
sameThreadScheduledExecutor() - Static method in class com.google.common.util.concurrent.testing.TestingExecutors
Creates a scheduled executor service that runs each task in the thread that invokes execute/submit/schedule, as in CallerRunsPolicy.
SampleElements<E> - Class in com.google.common.collect.testing
A container class for the five sample elements we need for testing.
SampleElements(E, E, E, E, E) - Constructor for class com.google.common.collect.testing.SampleElements
 
SampleElements.Chars - Class in com.google.common.collect.testing
 
SampleElements.Chars() - Constructor for class com.google.common.collect.testing.SampleElements.Chars
 
SampleElements.Colliders - Class in com.google.common.collect.testing
 
SampleElements.Colliders() - Constructor for class com.google.common.collect.testing.SampleElements.Colliders
 
SampleElements.Enums - Class in com.google.common.collect.testing
 
SampleElements.Enums() - Constructor for class com.google.common.collect.testing.SampleElements.Enums
 
SampleElements.Ints - Class in com.google.common.collect.testing
 
SampleElements.Ints() - Constructor for class com.google.common.collect.testing.SampleElements.Ints
 
SampleElements.Strings - Class in com.google.common.collect.testing
 
SampleElements.Strings() - Constructor for class com.google.common.collect.testing.SampleElements.Strings
 
SampleElements.Unhashables - Class in com.google.common.collect.testing
 
SampleElements.Unhashables() - Constructor for class com.google.common.collect.testing.SampleElements.Unhashables
 
sampleKeys() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
sampleKeys() - Method in interface com.google.common.collect.testing.google.TestMultimapGenerator
 
sampleKeys() - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
sampleKeys() - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
samples - Variable in class com.google.common.collect.testing.AbstractContainerTester
 
samples() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator
 
samples() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator
 
samples() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator
 
samples() - Method in class com.google.common.collect.testing.DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
 
samples() - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator
 
samples() - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator
 
samples() - Method in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator
 
samples() - Method in class com.google.common.collect.testing.google.MapGenerators.ImmutableMapEntryListGenerator
 
samples() - Method in class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapEntryListGenerator
 
samples() - Method in class com.google.common.collect.testing.google.TestEnumMultisetGenerator
 
samples() - Method in class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
samples() - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
samples() - Method in class com.google.common.collect.testing.google.TestStringMultisetGenerator
 
samples() - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
samples() - Method in class com.google.common.collect.testing.OneSizeGenerator
 
samples() - Method in class com.google.common.collect.testing.ReserializingTestCollectionGenerator
 
samples() - Method in class com.google.common.collect.testing.TestCharacterListGenerator
 
samples() - Method in class com.google.common.collect.testing.TestCollidingSetGenerator
 
samples() - Method in interface com.google.common.collect.testing.TestContainerGenerator
Returns the sample elements that this generate populates its container with.
samples() - Method in class com.google.common.collect.testing.TestEnumMapGenerator
 
samples() - Method in class com.google.common.collect.testing.TestEnumSetGenerator
 
samples() - Method in class com.google.common.collect.testing.TestIntegerSetGenerator
 
samples() - Method in class com.google.common.collect.testing.TestMapEntrySetGenerator
 
samples() - Method in class com.google.common.collect.testing.TestStringCollectionGenerator
 
samples() - Method in class com.google.common.collect.testing.TestStringListGenerator
 
samples() - Method in class com.google.common.collect.testing.TestStringMapGenerator
 
samples() - Method in class com.google.common.collect.testing.TestStringQueueGenerator
 
samples() - Method in class com.google.common.collect.testing.TestStringSetGenerator
 
samples() - Method in class com.google.common.collect.testing.TestUnhashableCollectionGenerator
 
sampleValues() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
sampleValues() - Method in interface com.google.common.collect.testing.google.TestMultimapGenerator
 
sampleValues() - Method in class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
sampleValues() - Method in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
self() - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
SerializableTester - Class in com.google.common.testing
Tests serialization and deserialization of an object, optionally asserting that the resulting object is equal to the original.
SetAddAllTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests addAll operations on a set.
SetAddAllTester() - Constructor for class com.google.common.collect.testing.testers.SetAddAllTester
 
SetAddTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests add operations on a set.
SetAddTester() - Constructor for class com.google.common.collect.testing.testers.SetAddTester
 
setAutoIncrementStep(long, TimeUnit) - Method in class com.google.common.testing.FakeTicker
Sets the increment applied to the ticker whenever it is queried.
SetCreationTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a set.
SetCreationTester() - Constructor for class com.google.common.collect.testing.testers.SetCreationTester
 
setDefault(Class<T>, T) - Method in class com.google.common.testing.AbstractPackageSanityTests
Sets the default value for type, when dummy value for a parameter of the same type needs to be created in order to invoke a method or constructor.
setDefault(Class<T>, T) - Method in class com.google.common.testing.ClassSanityTester
Sets the default value for type.
setDefault(Class<T>, T) - Method in class com.google.common.testing.NullPointerTester
Sets a default value that can be used for any parameter of type type.
setDistinctValues(Class<T>, T, T) - Method in class com.google.common.testing.AbstractPackageSanityTests
Sets two distinct values for type.
setDistinctValues(Class<T>, T, T) - Method in class com.google.common.testing.ClassSanityTester
Sets distinct values for type, so that when a class Foo is tested for Object.equals(java.lang.Object) and Object.hashCode(), and its construction requires a parameter of type, the distinct values of type can be passed as parameters to create Foo instances that are unequal.
SetEqualsTester<E> - Class in com.google.common.collect.testing.testers
SetEqualsTester() - Constructor for class com.google.common.collect.testing.testers.SetEqualsTester
 
SetFeature - Enum in com.google.common.collect.testing.features
Optional features of classes derived from Set.
SetFeature.Require - Annotation Type in com.google.common.collect.testing.features
 
SetGenerators - Class in com.google.common.collect.testing.google
Generators of different types of sets and derived collections from sets.
SetGenerators() - Constructor for class com.google.common.collect.testing.google.SetGenerators
 
SetGenerators.ContiguousSetDescendingGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ContiguousSetDescendingGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetDescendingGenerator
 
SetGenerators.ContiguousSetGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ContiguousSetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetGenerator
 
SetGenerators.ContiguousSetHeadsetGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ContiguousSetHeadsetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetHeadsetGenerator
 
SetGenerators.ContiguousSetSubsetGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ContiguousSetSubsetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetSubsetGenerator
 
SetGenerators.ContiguousSetTailsetGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ContiguousSetTailsetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ContiguousSetTailsetGenerator
 
SetGenerators.DegeneratedImmutableSetGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.DegeneratedImmutableSetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.DegeneratedImmutableSetGenerator
 
SetGenerators.ImmutableSetAsListGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSetAsListGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSetAsListGenerator
 
SetGenerators.ImmutableSetCopyOfGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSetCopyOfGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSetCopyOfGenerator
 
SetGenerators.ImmutableSetWithBadHashesGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSetWithBadHashesGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSetWithBadHashesGenerator
 
SetGenerators.ImmutableSortedSetAsListGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetAsListGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetAsListGenerator
 
SetGenerators.ImmutableSortedSetAsListSubListGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetAsListSubListGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetAsListSubListGenerator
 
SetGenerators.ImmutableSortedSetCopyOfGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetCopyOfGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetCopyOfGenerator
 
SetGenerators.ImmutableSortedSetDescendingAsListGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetDescendingAsListGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetDescendingAsListGenerator
 
SetGenerators.ImmutableSortedSetDescendingGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetDescendingGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetDescendingGenerator
 
SetGenerators.ImmutableSortedSetExplicitComparator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetExplicitComparator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitComparator
 
SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
 
SetGenerators.ImmutableSortedSetHeadsetGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetHeadsetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetHeadsetGenerator
 
SetGenerators.ImmutableSortedSetReversedOrderGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetReversedOrderGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetReversedOrderGenerator
 
SetGenerators.ImmutableSortedSetSubsetAsListGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetSubsetAsListGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetAsListGenerator
 
SetGenerators.ImmutableSortedSetSubsetAsListSubListGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetSubsetAsListSubListGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetAsListSubListGenerator
 
SetGenerators.ImmutableSortedSetSubsetGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetSubsetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetGenerator
 
SetGenerators.ImmutableSortedSetTailsetGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetTailsetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetTailsetGenerator
 
SetGenerators.ImmutableSortedSetUnhashableGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.ImmutableSortedSetUnhashableGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetUnhashableGenerator
 
SetGenerators.TestUnhashableSetGenerator - Class in com.google.common.collect.testing.google
 
SetGenerators.TestUnhashableSetGenerator() - Constructor for class com.google.common.collect.testing.google.SetGenerators.TestUnhashableSetGenerator
 
SetHashCodeTester<E> - Class in com.google.common.collect.testing.testers
SetHashCodeTester() - Constructor for class com.google.common.collect.testing.testers.SetHashCodeTester
 
SetMultimapAsMapTester<K,V> - Class in com.google.common.collect.testing.google
Testers for SetMultimap.asMap().
SetMultimapAsMapTester() - Constructor for class com.google.common.collect.testing.google.SetMultimapAsMapTester
 
SetMultimapEqualsTester<K,V> - Class in com.google.common.collect.testing.google
Testers for SetMultimap.equals(Object).
SetMultimapEqualsTester() - Constructor for class com.google.common.collect.testing.google.SetMultimapEqualsTester
 
SetMultimapPutAllTester<K,V> - Class in com.google.common.collect.testing.google
Tests for SetMultimap.replaceValues(K, java.lang.Iterable<? extends V>).
SetMultimapPutAllTester() - Constructor for class com.google.common.collect.testing.google.SetMultimapPutAllTester
 
SetMultimapPutTester<K,V> - Class in com.google.common.collect.testing.google
Tests for SetMultimap.replaceValues(K, java.lang.Iterable<? extends V>).
SetMultimapPutTester() - Constructor for class com.google.common.collect.testing.google.SetMultimapPutTester
 
SetMultimapReplaceValuesTester<K,V> - Class in com.google.common.collect.testing.google
Tests for SetMultimap.replaceValues(K, java.lang.Iterable<? extends V>).
SetMultimapReplaceValuesTester() - Constructor for class com.google.common.collect.testing.google.SetMultimapReplaceValuesTester
 
SetMultimapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing.google
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SetMultimap implementation.
SetMultimapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder
 
SetRemoveTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests remove operations on a set.
SetRemoveTester() - Constructor for class com.google.common.collect.testing.testers.SetRemoveTester
 
setSampleInstances(Class<T>, Iterable<? extends T>) - Method in class com.google.common.testing.ClassSanityTester
Deprecated.
To supply multiple values, use ClassSanityTester.setDistinctValues(java.lang.Class<T>, T, T). It accepts only two values, which is enough for any equals testing. To supply a single value, use ClassSanityTester.setDefault(java.lang.Class<T>, T). This method will be removed in Guava release 20.0.
SetTestSuiteBuilder<E> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a Set implementation.
SetTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.SetTestSuiteBuilder
 
setUp() - Method in class com.google.common.collect.testing.AbstractContainerTester
 
setUp() - Method in class com.google.common.collect.testing.AbstractMapTester
 
setUp() - Method in class com.google.common.collect.testing.AbstractTester
 
setUp() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
setUp() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
setUp() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
setUp() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
setUp() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
setUp() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
setUp() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
setUp() - Method in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
setUp() - Method in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
 
size() - Method in class com.google.common.collect.testing.MinimalCollection
 
size() - Method in class com.google.common.collect.testing.SafeTreeMap
 
size() - Method in class com.google.common.collect.testing.SafeTreeSet
 
skipCollectionTests() - Method in class com.google.common.collect.testing.QueueTestSuiteBuilder
Specify whether to skip the general collection tests.
SloppyTearDown - Class in com.google.common.testing
Simple utility for when you want to create a TearDown that may throw an exception but should not fail a test when it does.
SloppyTearDown() - Constructor for class com.google.common.testing.SloppyTearDown
 
sloppyTearDown() - Method in class com.google.common.testing.SloppyTearDown
 
SortedMapGenerators - Class in com.google.common.collect.testing.google
Generators of sorted maps and derived collections.
SortedMapGenerators() - Constructor for class com.google.common.collect.testing.google.SortedMapGenerators
 
SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator - Class in com.google.common.collect.testing.google
 
SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator() - Constructor for class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
 
SortedMapGenerators.ImmutableSortedMapEntryListGenerator - Class in com.google.common.collect.testing.google
 
SortedMapGenerators.ImmutableSortedMapEntryListGenerator() - Constructor for class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapEntryListGenerator
 
SortedMapGenerators.ImmutableSortedMapGenerator - Class in com.google.common.collect.testing.google
 
SortedMapGenerators.ImmutableSortedMapGenerator() - Constructor for class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapGenerator
 
SortedMapGenerators.ImmutableSortedMapKeyListGenerator - Class in com.google.common.collect.testing.google
 
SortedMapGenerators.ImmutableSortedMapKeyListGenerator() - Constructor for class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapKeyListGenerator
 
SortedMapGenerators.ImmutableSortedMapValueListGenerator - Class in com.google.common.collect.testing.google
 
SortedMapGenerators.ImmutableSortedMapValueListGenerator() - Constructor for class com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapValueListGenerator
 
SortedMapInterfaceTest<K,V> - Class in com.google.common.collect.testing
Tests representing the contract of SortedMap.
SortedMapInterfaceTest(boolean, boolean, boolean, boolean, boolean) - Constructor for class com.google.common.collect.testing.SortedMapInterfaceTest
 
SortedMapNavigationTester<K,V> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests operations on a SortedMap.
SortedMapNavigationTester() - Constructor for class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
SortedMapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMap implementation.
SortedMapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.SortedMapTestSuiteBuilder
 
SortedMultisetTestSuiteBuilder<E> - Class in com.google.common.collect.testing.google
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMultiset implementation.
SortedMultisetTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.google.SortedMultisetTestSuiteBuilder
 
SortedSetMultimapAsMapTester<K,V> - Class in com.google.common.collect.testing.google
Testers for SortedSetMultimap.asMap().
SortedSetMultimapAsMapTester() - Constructor for class com.google.common.collect.testing.google.SortedSetMultimapAsMapTester
 
SortedSetMultimapGetTester<K,V> - Class in com.google.common.collect.testing.google
Tester for SortedSetMultimap.get(Object).
SortedSetMultimapGetTester() - Constructor for class com.google.common.collect.testing.google.SortedSetMultimapGetTester
 
SortedSetMultimapTestSuiteBuilder<K,V> - Class in com.google.common.collect.testing.google
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedSetMultimap implementation.
SortedSetMultimapTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.google.SortedSetMultimapTestSuiteBuilder
 
SortedSetNavigationTester<E> - Class in com.google.common.collect.testing.testers
A generic JUnit test which tests operations on a SortedSet.
SortedSetNavigationTester() - Constructor for class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
SortedSetTestSuiteBuilder<E> - Class in com.google.common.collect.testing
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedSet implementation.
SortedSetTestSuiteBuilder() - Constructor for class com.google.common.collect.testing.SortedSetTestSuiteBuilder
 
subMap(K, boolean, K, boolean) - Method in class com.google.common.collect.testing.SafeTreeMap
 
subMap(K, K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
subSet(E, boolean, E, boolean) - Method in class com.google.common.collect.testing.SafeTreeSet
 
subSet(E, E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
suite() - Static method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suite() - Static method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suite() - Static method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
suite() - Static method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
supportsClear - Variable in class com.google.common.collect.testing.MapInterfaceTest
 
supportsIteratorRemove - Variable in class com.google.common.collect.testing.MapInterfaceTest
 
supportsPut - Variable in class com.google.common.collect.testing.MapInterfaceTest
 
supportsRemove - Variable in class com.google.common.collect.testing.MapInterfaceTest
 
supportsValuesHashCode(Map<K, V>) - Method in class com.google.common.collect.testing.MapInterfaceTest
 
suppressForAbstractList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForAbstractSequentialList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForAbstractSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForArrayBlockingQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
suppressForArrayList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForArraysAsList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForCheckedList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForCheckedSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForConcurrentHashMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suppressForConcurrentLinkedQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
suppressForConcurrentSkipListMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suppressForConcurrentSkipListSetNatural() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForConcurrentSkipListSetWithComparator() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForCopyOnWriteArrayList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForCopyOnWriteArraySet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForEmptyList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForEmptyMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suppressForEmptySet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForEnumMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suppressForEnumSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForHashMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suppressForHashSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForLinkedBlockingQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
suppressForLinkedHashMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suppressForLinkedHashSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForLinkedList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForLinkedList() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
suppressForPriorityBlockingQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
suppressForPriorityQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
suppressForSingletonList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForSingletonMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suppressForSingletonSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForTreeMapNatural() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suppressForTreeMapWithComparator() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
suppressForTreeSetNatural() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForTreeSetWithComparator() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressForUnmodifiableList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
suppressForUnmodifiableSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
suppressing(Method...) - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
Prevents the given methods from being run as part of the test suite.
suppressing(Collection<Method>) - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 

T

tailMap(K) - Method in class com.google.common.collect.testing.SafeTreeMap
 
tailMap(K, boolean) - Method in class com.google.common.collect.testing.SafeTreeMap
 
tailSet(E) - Method in class com.google.common.collect.testing.SafeTreeSet
 
tailSet(E, boolean) - Method in class com.google.common.collect.testing.SafeTreeSet
 
tearDown() - Method in class com.google.common.collect.testing.AbstractTester
 
tearDown() - Method in class com.google.common.testing.SloppyTearDown
 
TearDown - Interface in com.google.common.testing
An object that can perform a TearDown.tearDown() operation.
tearDown() - Method in interface com.google.common.testing.TearDown
Performs a single tear-down operation.
tearDown() - Method in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
 
TearDownAccepter - Interface in com.google.common.testing
Any object which can accept registrations of TearDown instances.
TearDownStack - Class in com.google.common.testing
A TearDownStack contains a stack of TearDown instances.
TearDownStack() - Constructor for class com.google.common.testing.TearDownStack
 
TearDownStack(boolean) - Constructor for class com.google.common.testing.TearDownStack
 
test() - Method in class com.google.common.testing.EquivalenceTester
Run tests on equivalence methods, throwing a failure on an invalid test
testAdd_nullSupported() - Method in class com.google.common.collect.testing.testers.CollectionAddTester
 
testAdd_nullUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionAddTester
 
testAdd_supportedNotPresent() - Method in class com.google.common.collect.testing.testers.CollectionAddTester
 
testAdd_supportedNullPresent() - Method in class com.google.common.collect.testing.testers.ListAddTester
 
testAdd_supportedNullPresent() - Method in class com.google.common.collect.testing.testers.SetAddTester
 
testAdd_supportedPresent() - Method in class com.google.common.collect.testing.testers.ListAddTester
 
testAdd_supportedPresent() - Method in class com.google.common.collect.testing.testers.SetAddTester
 
testAdd_unsupportedNotPresent() - Method in class com.google.common.collect.testing.testers.CollectionAddTester
 
testAdd_unsupportedPresent() - Method in class com.google.common.collect.testing.testers.CollectionAddTester
 
testAdd_unsupportedPresent() - Method in class com.google.common.collect.testing.testers.ListAddTester
 
testAddAll_emptyMultiset() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddAll_emptySet() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddAll_nonEmptyList() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddAll_nonEmptyMultiset() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddAll_nullCollectionReference() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_nullSupported() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_nullUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_supportedAllPresent() - Method in class com.google.common.collect.testing.testers.ListAddAllTester
 
testAddAll_supportedAllPresent() - Method in class com.google.common.collect.testing.testers.SetAddAllTester
 
testAddAll_supportedNonePresent() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_supportedNothing() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_supportedSomePresent() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_supportedSomePresent() - Method in class com.google.common.collect.testing.testers.SetAddAllTester
 
testAddAll_unsupportedAllPresent() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_unsupportedAllPresent() - Method in class com.google.common.collect.testing.testers.ListAddAllTester
 
testAddAll_unsupportedNonePresent() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_unsupportedNothing() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_unsupportedSomePresent() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAll_withDuplicates() - Method in class com.google.common.collect.testing.testers.ListAddAllTester
 
testAddAll_withDuplicates() - Method in class com.google.common.collect.testing.testers.SetAddAllTester
 
testAddAllAtIndex_end() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_middle() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_negative() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_nullCollectionReference() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_nullSupported() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_nullUnsupported() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_supportedAllPresent() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_supportedNothing() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_supportedSomePresent() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_tooLarge() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_unsupportedAllPresent() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_unsupportedNothing() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_unsupportedSomePresent() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllAtIndex_withDuplicates() - Method in class com.google.common.collect.testing.testers.ListAddAllAtIndexTester
 
testAddAllConcurrentWithIteration() - Method in class com.google.common.collect.testing.testers.CollectionAddAllTester
 
testAddAtIndex_end() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndex_middle() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndex_negative() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndex_nullSupported() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndex_nullUnsupported() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndex_supportedNotPresent() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndex_supportedPresent() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndex_tooLarge() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndex_unsupportedNotPresent() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndex_unsupportedPresent() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddAtIndexConcurrentWithIteration() - Method in class com.google.common.collect.testing.testers.ListAddAtIndexTester
 
testAddConcurrentWithIteration() - Method in class com.google.common.collect.testing.testers.CollectionAddTester
 
testAddMeansAddOne() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddNullValue() - Method in class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
testAddNullValueUnsupported() - Method in class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
testAddOccurrences() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddOccurrences_unsupported() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddOccurrencesNegative() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddOccurrencesZero() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddOutOfHeadBoundsOne() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testAddOutOfHeadBoundsSeveral() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testAddOutOfTailBoundsOne() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testAddOutOfTailBoundsSeveral() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testAddSeveralTimes() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddTooMany() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddUnsupported() - Method in class com.google.common.collect.testing.google.MultisetAddTester
 
testAddWithConflictingBounds() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testAllListenersCompleteSuccessfully() - Method in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
Tests that all listeners complete, even if they were added before or after the future was finishing.
testAllPublicConstructors(Class<?>) - Method in class com.google.common.testing.NullPointerTester
Runs NullPointerTester.testConstructor(java.lang.reflect.Constructor<?>) on every public constructor in class c.
testAllPublicInstanceMethods(Object) - Method in class com.google.common.testing.NullPointerTester
Runs NullPointerTester.testMethod(java.lang.Object, java.lang.reflect.Method) on every public instance method of the class of instance, including those inherited from superclasses of the same package.
testAllPublicStaticMethods(Class<?>) - Method in class com.google.common.testing.NullPointerTester
Runs NullPointerTester.testMethod(java.lang.Object, java.lang.reflect.Method) on every public static method of class c, including those "inherited" from superclasses of the same package.
testAsMapEntrySetIteratorRemovePropagatesToMultimap() - Method in class com.google.common.collect.testing.google.MultimapAsMapTester
 
testAsMapEntrySetReflectsPutDifferentKey() - Method in class com.google.common.collect.testing.google.MultimapAsMapTester
 
testAsMapEntrySetReflectsPutSameKey() - Method in class com.google.common.collect.testing.google.MultimapAsMapTester
 
testAsMapEntrySetRemovePropagatesToMultimap() - Method in class com.google.common.collect.testing.google.MultimapAsMapTester
 
testAsMapGet() - Method in class com.google.common.collect.testing.google.MultimapAsMapTester
 
testAsMapGetImplementsList() - Method in class com.google.common.collect.testing.google.ListMultimapAsMapTester
 
testAsMapGetImplementsSet() - Method in class com.google.common.collect.testing.google.SetMultimapAsMapTester
 
testAsMapGetImplementsSortedSet() - Method in class com.google.common.collect.testing.google.SortedSetMultimapAsMapTester
 
testAsMapGetNullKeyAbsent() - Method in class com.google.common.collect.testing.google.MultimapAsMapTester
 
testAsMapGetNullKeyPresent() - Method in class com.google.common.collect.testing.google.MultimapAsMapTester
 
testAsMapGetNullKeyUnsupported() - Method in class com.google.common.collect.testing.google.MultimapAsMapTester
 
testAsMapRemove() - Method in class com.google.common.collect.testing.google.MultimapAsMapTester
 
testAsMapRemoveImplementsList() - Method in class com.google.common.collect.testing.google.ListMultimapAsMapTester
 
testAsMapRemoveImplementsSet() - Method in class com.google.common.collect.testing.google.SetMultimapAsMapTester
 
testAsMapRemoveImplementsSortedSet() - Method in class com.google.common.collect.testing.google.SortedSetMultimapAsMapTester
 
testAsMapValuesImplementList() - Method in class com.google.common.collect.testing.google.ListMultimapAsMapTester
 
testAsMapValuesImplementSet() - Method in class com.google.common.collect.testing.google.SetMultimapAsMapTester
 
testAsMapValuesImplementSortedSet() - Method in class com.google.common.collect.testing.google.SortedSetMultimapAsMapTester
 
TestBiMapGenerator<K,V> - Interface in com.google.common.collect.testing.google
Creates bimaps, containing sample entries, to be tested.
testCanceledFutureThrowsCancellation() - Method in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
Tests that a canceled future throws a cancellation exception.
testCeiling() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testCeiling() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testCeiling() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testCeilingHole() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
TestCharacterListGenerator - Class in com.google.common.collect.testing
Generates List<Character> instances for test suites.
TestCharacterListGenerator() - Constructor for class com.google.common.collect.testing.TestCharacterListGenerator
 
testCheckedGetThrowsApplicationExceptionOnCancellation() - Method in class com.google.common.util.concurrent.testing.AbstractCheckedFutureTest
Tests that the CheckedFuture.checkedGet() method throws the correct type of cancellation exception when it is cancelled.
testCheckedGetThrowsApplicationExceptionOnError() - Method in class com.google.common.util.concurrent.testing.AbstractCheckedFutureTest
 
testCheckedGetThrowsApplicationExceptionOnInterruption() - Method in class com.google.common.util.concurrent.testing.AbstractCheckedFutureTest
 
testClear() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClear() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testClear() - Method in class com.google.common.collect.testing.testers.CollectionClearTester
 
testClear() - Method in class com.google.common.collect.testing.testers.MapClearTester
 
testClear_unsupported() - Method in class com.google.common.collect.testing.testers.CollectionClearTester
 
testClear_unsupported() - Method in class com.google.common.collect.testing.testers.MapClearTester
 
testClear_unsupportedByEmptyCollection() - Method in class com.google.common.collect.testing.testers.CollectionClearTester
 
testClear_unsupportedByEmptyCollection() - Method in class com.google.common.collect.testing.testers.MapClearTester
 
testClearClearsInverse() - Method in class com.google.common.collect.testing.google.BiMapClearTester
 
testClearConcurrentWithEntrySetIteration() - Method in class com.google.common.collect.testing.testers.MapClearTester
 
testClearConcurrentWithIteration() - Method in class com.google.common.collect.testing.testers.CollectionClearTester
 
testClearConcurrentWithKeySetIteration() - Method in class com.google.common.collect.testing.testers.MapClearTester
 
testClearConcurrentWithValuesIteration() - Method in class com.google.common.collect.testing.testers.MapClearTester
 
testClearHeadClosed() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testClearHeadClosedEntrySet() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testClearHeadOpen() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testClearHeadOpenEntrySet() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testClearInverseClears() - Method in class com.google.common.collect.testing.google.BiMapClearTester
 
testClearInverseKeySetClears() - Method in class com.google.common.collect.testing.google.BiMapClearTester
 
testClearInverseValuesClears() - Method in class com.google.common.collect.testing.google.BiMapClearTester
 
testClearPropagatesToAsMap() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClearPropagatesToAsMapGet() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClearPropagatesToEntries() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClearPropagatesToGet() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClearTailClosed() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testClearTailClosedEntrySet() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testClearTailOpen() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testClearTailOpenEntrySet() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testClearThroughAsMap() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClearThroughEntries() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClearThroughKeys() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClearThroughKeySet() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClearThroughValues() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
testClearUnsupported() - Method in class com.google.common.collect.testing.google.MultimapClearTester
 
TestCollectionGenerator<E> - Interface in com.google.common.collect.testing
Creates collections, containing sample elements, to be tested.
TestCollidingSetGenerator - Class in com.google.common.collect.testing
A generator using sample elements whose hash codes all collide badly.
TestCollidingSetGenerator() - Constructor for class com.google.common.collect.testing.TestCollidingSetGenerator
 
testComparator(Comparator<? super T>, T...) - Static method in class com.google.common.collect.testing.Helpers
Asserts that all pairs of T values within valuesInExpectedOrder are ordered consistently between their order within valuesInExpectedOrder and the order implied by the given comparator.
testComparator(Comparator<? super T>, List<T>) - Static method in class com.google.common.collect.testing.Helpers
Asserts that all pairs of T values within valuesInExpectedOrder are ordered consistently between their order within valuesInExpectedOrder and the order implied by the given comparator.
testCompareToAndEquals(List<T>) - Static method in class com.google.common.collect.testing.Helpers
 
testConflictingBounds() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testConstructor(Constructor<?>) - Method in class com.google.common.testing.NullPointerTester
Verifies that ctor produces a NullPointerException or UnsupportedOperationException whenever any of its non-Nullable parameters are null.
testConstructorParameter(Constructor<?>, int) - Method in class com.google.common.testing.NullPointerTester
Verifies that ctor produces a NullPointerException or UnsupportedOperationException when the parameter in position paramIndex is null.
testConstructors(Class<?>, NullPointerTester.Visibility) - Method in class com.google.common.testing.NullPointerTester
Runs NullPointerTester.testConstructor(java.lang.reflect.Constructor<?>) on every constructor in class c that has at least minimalVisibility.
TestContainerGenerator<T,E> - Interface in com.google.common.collect.testing
To be implemented by test generators of things that can contain elements.
testContains_no() - Method in class com.google.common.collect.testing.testers.CollectionContainsTester
 
testContains_no() - Method in class com.google.common.collect.testing.testers.MapContainsKeyTester
 
testContains_no() - Method in class com.google.common.collect.testing.testers.MapContainsValueTester
 
testContains_nonNullWhenNullContained() - Method in class com.google.common.collect.testing.testers.CollectionContainsTester
 
testContains_nonNullWhenNullContained() - Method in class com.google.common.collect.testing.testers.MapContainsKeyTester
 
testContains_nonNullWhenNullContained() - Method in class com.google.common.collect.testing.testers.MapContainsValueTester
 
testContains_nullContained() - Method in class com.google.common.collect.testing.testers.CollectionContainsTester
 
testContains_nullContained() - Method in class com.google.common.collect.testing.testers.MapContainsKeyTester
 
testContains_nullContained() - Method in class com.google.common.collect.testing.testers.MapContainsValueTester
 
testContains_nullNotContainedAndUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionContainsTester
 
testContains_nullNotContainedAndUnsupported() - Method in class com.google.common.collect.testing.testers.MapContainsKeyTester
 
testContains_nullNotContainedAndUnsupported() - Method in class com.google.common.collect.testing.testers.MapContainsValueTester
 
testContains_nullNotContainedButAllowed() - Method in class com.google.common.collect.testing.testers.MapContainsKeyTester
 
testContains_nullNotContainedButAllowed() - Method in class com.google.common.collect.testing.testers.MapContainsValueTester
 
testContains_nullNotContainedButQueriesSupported() - Method in class com.google.common.collect.testing.testers.CollectionContainsTester
 
testContains_wrongType() - Method in class com.google.common.collect.testing.testers.CollectionContainsTester
 
testContains_wrongType() - Method in class com.google.common.collect.testing.testers.MapContainsKeyTester
 
testContains_wrongType() - Method in class com.google.common.collect.testing.testers.MapContainsValueTester
 
testContains_yes() - Method in class com.google.common.collect.testing.testers.CollectionContainsTester
 
testContains_yes() - Method in class com.google.common.collect.testing.testers.MapContainsKeyTester
 
testContains_yes() - Method in class com.google.common.collect.testing.testers.MapContainsValueTester
 
testContainsAll_disjoint() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAll_empty() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAll_nullAllowed() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAll_nullNotAllowed() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAll_nullPresent() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAll_partialOverlap() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAll_sameElements() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAll_self() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAll_subset() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAll_wrongType() - Method in class com.google.common.collect.testing.testers.CollectionContainsAllTester
 
testContainsAllListIgnoresFrequency() - Method in class com.google.common.collect.testing.google.MultisetContainsTester
 
testContainsAllMultisetIgnoresFrequency() - Method in class com.google.common.collect.testing.google.MultisetContainsTester
 
testContainsEntryAgreesWithGet() - Method in class com.google.common.collect.testing.google.MultimapContainsEntryTester
 
testContainsEntryNo() - Method in class com.google.common.collect.testing.google.MultimapContainsEntryTester
 
testContainsEntryNullDisallowedBecauseKeyQueriesDisallowed() - Method in class com.google.common.collect.testing.google.MultimapContainsEntryTester
 
testContainsEntryNullDisallowedBecauseValueQueriesDisallowed() - Method in class com.google.common.collect.testing.google.MultimapContainsEntryTester
Copy of the #testContainsEntryNullDisallowed test.
testContainsEntryNullNo() - Method in class com.google.common.collect.testing.google.MultimapContainsEntryTester
 
testContainsEntryNullYes() - Method in class com.google.common.collect.testing.google.MultimapContainsEntryTester
 
testContainsEntryWithIncomparableKey() - Method in class com.google.common.collect.testing.testers.MapEntrySetTester
 
testContainsEntryWithIncomparableValue() - Method in class com.google.common.collect.testing.testers.MapEntrySetTester
 
testContainsEntryWithNullKeyAbsent() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testContainsEntryWithNullKeyAbsent() - Method in class com.google.common.collect.testing.testers.MapEntrySetTester
 
testContainsEntryWithNullKeyPresent() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testContainsEntryWithNullKeyPresent() - Method in class com.google.common.collect.testing.testers.MapEntrySetTester
 
testContainsEntryWithNullValueAbsent() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testContainsEntryWithNullValueAbsent() - Method in class com.google.common.collect.testing.testers.MapEntrySetTester
 
testContainsEntryWithNullValuePresent() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testContainsEntryWithNullValuePresent() - Method in class com.google.common.collect.testing.testers.MapEntrySetTester
 
testContainsEntryYes() - Method in class com.google.common.collect.testing.google.MultimapContainsEntryTester
 
testContainsKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testContainsKeyAgreesWithAsMap() - Method in class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
testContainsKeyAgreesWithGet() - Method in class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
testContainsKeyAgreesWithKeySet() - Method in class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
testContainsKeyNo() - Method in class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
testContainsKeyNullAbsent() - Method in class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
testContainsKeyNullDisallowed() - Method in class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
testContainsKeyNullPresent() - Method in class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
testContainsKeysFromKeySet() - Method in class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
testContainsKeyYes() - Method in class com.google.common.collect.testing.google.MultimapContainsKeyTester
 
testContainsNullValueFails() - Method in class com.google.common.collect.testing.google.MultimapContainsValueTester
 
testContainsNullValueNo() - Method in class com.google.common.collect.testing.google.MultimapContainsValueTester
 
testContainsNullValueYes() - Method in class com.google.common.collect.testing.google.MultimapContainsValueTester
 
testContainsValue() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testContainsValueNo() - Method in class com.google.common.collect.testing.google.MultimapContainsValueTester
 
testContainsValueYes() - Method in class com.google.common.collect.testing.google.MultimapContainsValueTester
 
testCount_0() - Method in class com.google.common.collect.testing.google.MultisetCountTester
 
testCount_1() - Method in class com.google.common.collect.testing.google.MultisetCountTester
 
testCount_3() - Method in class com.google.common.collect.testing.google.MultisetCountTester
 
testCount_null_forbidden() - Method in class com.google.common.collect.testing.google.MultisetCountTester
 
testCount_nullAbsent() - Method in class com.google.common.collect.testing.google.MultisetCountTester
 
testCount_nullPresent() - Method in class com.google.common.collect.testing.google.MultisetCountTester
 
testCount_wrongType() - Method in class com.google.common.collect.testing.google.MultisetCountTester
 
testCreateWithDuplicates() - Method in class com.google.common.collect.testing.testers.ListCreationTester
 
testCreateWithDuplicates_nonNullDuplicatesNotRejected() - Method in class com.google.common.collect.testing.testers.MapCreationTester
 
testCreateWithDuplicates_nonNullDuplicatesNotRejected() - Method in class com.google.common.collect.testing.testers.SetCreationTester
 
testCreateWithDuplicates_nonNullDuplicatesRejected() - Method in class com.google.common.collect.testing.testers.MapCreationTester
 
testCreateWithDuplicates_nonNullDuplicatesRejected() - Method in class com.google.common.collect.testing.testers.SetCreationTester
 
testCreateWithDuplicates_nullDuplicatesNotRejected() - Method in class com.google.common.collect.testing.testers.MapCreationTester
 
testCreateWithDuplicates_nullDuplicatesNotRejected() - Method in class com.google.common.collect.testing.testers.SetCreationTester
 
testCreateWithDuplicates_nullDuplicatesRejected() - Method in class com.google.common.collect.testing.testers.MapCreationTester
 
testCreateWithDuplicates_nullDuplicatesRejected() - Method in class com.google.common.collect.testing.testers.SetCreationTester
 
testCreateWithNull_supported() - Method in class com.google.common.collect.testing.testers.CollectionCreationTester
 
testCreateWithNull_unsupported() - Method in class com.google.common.collect.testing.testers.CollectionCreationTester
 
testCreateWithNullKeyAndValueSupported() - Method in class com.google.common.collect.testing.testers.MapCreationTester
 
testCreateWithNullKeySupported() - Method in class com.google.common.collect.testing.testers.MapCreationTester
 
testCreateWithNullKeyUnsupported() - Method in class com.google.common.collect.testing.testers.MapCreationTester
 
testCreateWithNullValueSupported() - Method in class com.google.common.collect.testing.testers.MapCreationTester
 
testCreateWithNullValueUnsupported() - Method in class com.google.common.collect.testing.testers.MapCreationTester
 
testDescendingNavigation() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testDescendingNavigation() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testDescendingNavigation() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testElement_empty() - Method in class com.google.common.collect.testing.testers.QueueElementTester
 
testElement_size1() - Method in class com.google.common.collect.testing.testers.QueueElementTester
 
testElement_sizeMany() - Method in class com.google.common.collect.testing.testers.QueueElementTester
 
testElementSet_contains() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testElementSetClear() - Method in class com.google.common.collect.testing.google.MultisetElementSetTester
 
testElementSetReflectsAddAbsent() - Method in class com.google.common.collect.testing.google.MultisetElementSetTester
 
testElementSetReflectsRemove() - Method in class com.google.common.collect.testing.google.MultisetElementSetTester
 
testElementSetRemoveAbsent() - Method in class com.google.common.collect.testing.google.MultisetElementSetTester
 
testElementSetRemoveDuplicatePropagatesToMultiset() - Method in class com.google.common.collect.testing.google.MultisetElementSetTester
 
testElementSetRemovePropagatesToMultiset() - Method in class com.google.common.collect.testing.google.MultisetElementSetTester
 
testElementSetSerialization() - Method in class com.google.common.collect.testing.google.MultisetSerializationTester
 
testEmptyMapFirst() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testEmptyMapFirst() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testEmptyMapLast() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testEmptyMapLast() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testEmptyMapNearby() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testEmptyMapPollFirst() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testEmptyMapPollLast() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testEmptyMultisetFirst() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testEmptyMultisetLast() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testEmptyMultisetNearby() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testEmptyMultisetPollFirst() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testEmptyMultisetPollLast() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testEmptyRangeSubMultiset(SortedMultiset<E>) - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testEmptyRangeSubMultisetSupportingAdd(SortedMultiset<E>) - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testEmptySetFirst() - Method in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
testEmptySetLast() - Method in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
testEmptySetNearby() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testEmptySetPollFirst() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testEmptySetPollLast() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testEmptySubSet() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testEntries() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testEntriesRemainValidAfterRemove() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testEntryReflectsClear() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntryReflectsElementSetClear() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntryReflectsElementSetIteratorRemove() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntryReflectsEntrySetClear() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntryReflectsEntrySetIteratorRemove() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntryReflectsIteratorRemove() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntryReflectsRemoveThenAdd() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntrySet() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySet_clear() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntrySet_contains() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testEntrySet_contains_count0() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testEntrySet_contains_nonentry() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testEntrySet_hashCode_size0() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testEntrySet_hashCode_size1() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testEntrySet_iteratorRemovePropagates() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntrySet_removeAbsent() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntrySet_removeAllAbsent() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntrySet_removeAllPresent() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntrySet_removePresent() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntrySet_retainAllAbsent() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntrySet_retainAllPresent() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testEntrySet_twice() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testEntrySetAddAndAddAll() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetClear() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetContainsEntryIncompatibleKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetContainsEntryNullKeyMissing() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetContainsEntryNullKeyPresent() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetEquals() - Method in class com.google.common.collect.testing.google.ListMultimapAsMapTester
 
testEntrySetEquals() - Method in class com.google.common.collect.testing.google.SetMultimapAsMapTester
 
testEntrySetForEmptyMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetIteratorRemove() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetIteratorRemove() - Method in class com.google.common.collect.testing.testers.MapEntrySetTester
 
testEntrySetRemove() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetRemoveAll() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetRemoveAllNullFromEmpty() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetRemoveDifferentValue() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetRemoveMissingKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetRemoveNullKeyMissing() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetRemoveNullKeyPresent() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetRetainAll() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetRetainAllNullFromEmpty() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetSerialization() - Method in class com.google.common.collect.testing.google.MultisetSerializationTester
 
testEntrySetSetValue() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntrySetSetValueSameValue() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEntryViewReflectsRemove() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
TestEnumMapGenerator - Class in com.google.common.collect.testing
Implementation helper for TestMapGenerator for use with enum maps.
TestEnumMapGenerator() - Constructor for class com.google.common.collect.testing.TestEnumMapGenerator
 
TestEnumMultisetGenerator - Class in com.google.common.collect.testing.google
An abstract TestMultisetGenerator for generating multisets containing enum values.
TestEnumMultisetGenerator() - Constructor for class com.google.common.collect.testing.google.TestEnumMultisetGenerator
 
TestEnumSetGenerator - Class in com.google.common.collect.testing
An abstract TestSetGenerator for generating sets containing enum values.
TestEnumSetGenerator() - Constructor for class com.google.common.collect.testing.TestEnumSetGenerator
 
testEquals() - Method in class com.google.common.collect.testing.google.ListMultimapAsMapTester
 
testEquals() - Method in class com.google.common.collect.testing.google.SetMultimapAsMapTester
 
testEquals() - Method in class com.google.common.testing.AbstractPackageSanityTests
Tests equals() and hashCode() implementations for every top-level class in the package, that explicitly implements Object.equals(java.lang.Object).
testEquals() - Method in class com.google.common.testing.ClassSanityTester.FactoryMethodReturnValueTester
Tests Object.equals(java.lang.Object) and Object.hashCode() against the return values of the static methods, by asserting that when equal parameters are passed to the same static method, the return value should also be equal; and vice versa.
testEquals(Class<?>) - Method in class com.google.common.testing.ClassSanityTester
testEquals() - Method in class com.google.common.testing.EqualsTester
Run tests on equals method, throwing a failure on an invalid test
testEquals_containingNull() - Method in class com.google.common.collect.testing.testers.ListEqualsTester
 
testEquals_containingNull() - Method in class com.google.common.collect.testing.testers.SetEqualsTester
 
testEquals_containingNullKey() - Method in class com.google.common.collect.testing.testers.MapEqualsTester
 
testEquals_containingNullValue() - Method in class com.google.common.collect.testing.testers.MapEqualsTester
 
testEquals_differentElements() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testEquals_differentSize() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testEquals_largerMap() - Method in class com.google.common.collect.testing.testers.MapEqualsTester
 
testEquals_largerSet() - Method in class com.google.common.collect.testing.testers.SetEqualsTester
 
testEquals_list() - Method in class com.google.common.collect.testing.testers.MapEqualsTester
 
testEquals_list() - Method in class com.google.common.collect.testing.testers.SetEqualsTester
 
testEquals_longerList() - Method in class com.google.common.collect.testing.testers.ListEqualsTester
 
testEquals_notACollection() - Method in class com.google.common.collect.testing.testers.CollectionEqualsTester
 
testEquals_null() - Method in class com.google.common.collect.testing.testers.CollectionEqualsTester
 
testEquals_otherContainsNull() - Method in class com.google.common.collect.testing.testers.SetEqualsTester
 
testEquals_otherContainsNullKey() - Method in class com.google.common.collect.testing.testers.MapEqualsTester
 
testEquals_otherContainsNullValue() - Method in class com.google.common.collect.testing.testers.MapEqualsTester
 
testEquals_otherListContainingNull() - Method in class com.google.common.collect.testing.testers.ListEqualsTester
 
testEquals_otherListWithDifferentElements() - Method in class com.google.common.collect.testing.testers.ListEqualsTester
 
testEquals_otherListWithSameElements() - Method in class com.google.common.collect.testing.testers.ListEqualsTester
 
testEquals_otherMapWithDifferentEntries() - Method in class com.google.common.collect.testing.testers.MapEqualsTester
 
testEquals_otherMapWithSameEntries() - Method in class com.google.common.collect.testing.testers.MapEqualsTester
 
testEquals_otherSetWithDifferentElements() - Method in class com.google.common.collect.testing.testers.SetEqualsTester
 
testEquals_otherSetWithSameElements() - Method in class com.google.common.collect.testing.testers.SetEqualsTester
 
testEquals_self() - Method in class com.google.common.collect.testing.testers.CollectionEqualsTester
 
testEquals_set() - Method in class com.google.common.collect.testing.testers.ListEqualsTester
 
testEquals_shorterList() - Method in class com.google.common.collect.testing.testers.ListEqualsTester
 
testEquals_smallerMap() - Method in class com.google.common.collect.testing.testers.MapEqualsTester
 
testEquals_smallerSet() - Method in class com.google.common.collect.testing.testers.SetEqualsTester
 
testEquals_yes() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testEqualsAndSerializable() - Method in class com.google.common.testing.ClassSanityTester.FactoryMethodReturnValueTester
Runs equals and serialization test on the return values.
testEqualsFalse() - Method in class com.google.common.collect.testing.google.MultimapEqualsTester
 
testEqualsForEmptyMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEqualsForEqualMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEqualsForLargerMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEqualsForSmallerMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testEqualsMultimapWithNullKey() - Method in class com.google.common.collect.testing.google.MultimapEqualsTester
 
testEqualsMultimapWithNullValue() - Method in class com.google.common.collect.testing.google.MultimapEqualsTester
 
testEqualsMultisetWithNullValue() - Method in class com.google.common.collect.testing.google.MultisetEqualsTester
 
testEqualsSameContents() - Method in class com.google.common.collect.testing.google.MultisetEqualsTester
 
testEqualsTrue() - Method in class com.google.common.collect.testing.google.MultimapEqualsTester
 
TesterAnnotation - Annotation Type in com.google.common.collect.testing.features
Use this to meta-annotate XxxFeature.Require annotations, so that those annotations can be used to decide whether to apply a test to a given class-under-test.
TesterRequirements - Class in com.google.common.collect.testing.features
Encapsulates the constraints that a class under test must satisfy in order for a tester method to be run against that class.
TesterRequirements(Set<Feature<?>>, Set<Feature<?>>) - Constructor for class com.google.common.collect.testing.features.TesterRequirements
 
TesterRequirements(TesterRequirements) - Constructor for class com.google.common.collect.testing.features.TesterRequirements
 
TesterRequirements() - Constructor for class com.google.common.collect.testing.features.TesterRequirements
 
testFind_no() - Method in class com.google.common.collect.testing.testers.AbstractListIndexOfTester
 
testFind_nonNullWhenNullContained() - Method in class com.google.common.collect.testing.testers.AbstractListIndexOfTester
 
testFind_nullContained() - Method in class com.google.common.collect.testing.testers.AbstractListIndexOfTester
 
testFind_nullNotContainedAndUnsupported() - Method in class com.google.common.collect.testing.testers.AbstractListIndexOfTester
 
testFind_nullNotContainedButSupported() - Method in class com.google.common.collect.testing.testers.AbstractListIndexOfTester
 
testFind_wrongType() - Method in class com.google.common.collect.testing.testers.AbstractListIndexOfTester
 
testFind_yes() - Method in class com.google.common.collect.testing.testers.AbstractListIndexOfTester
 
testFirst() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testFirst() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testFirst() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testFirst() - Method in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
testFloor() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testFloor() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testFloor() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testFloorHole() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testForcePutOverwritesOldValueEntry() - Method in class com.google.common.collect.testing.google.BiMapPutTester
 
testForwarding(Class<T>, Function<? super T, ? extends T>) - Method in class com.google.common.testing.ForwardingWrapperTester
Tests that the forwarding wrapper returned by wrapperFunction properly forwards method calls with parameters passed as is, return value returned as is, and exceptions propagated as is.
testGet() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testGet_negative() - Method in class com.google.common.collect.testing.testers.ListGetTester
 
testGet_no() - Method in class com.google.common.collect.testing.testers.MapGetTester
 
testGet_nonNullWhenNullContained() - Method in class com.google.common.collect.testing.testers.MapGetTester
 
testGet_nullContained() - Method in class com.google.common.collect.testing.testers.MapGetTester
 
testGet_nullNotContainedAndUnsupported() - Method in class com.google.common.collect.testing.testers.MapGetTester
 
testGet_nullNotContainedButAllowed() - Method in class com.google.common.collect.testing.testers.MapGetTester
 
testGet_tooLarge() - Method in class com.google.common.collect.testing.testers.ListGetTester
 
testGet_valid() - Method in class com.google.common.collect.testing.testers.ListGetTester
 
testGet_wrongType() - Method in class com.google.common.collect.testing.testers.MapGetTester
 
testGet_yes() - Method in class com.google.common.collect.testing.testers.MapGetTester
 
testGetAbsentKey() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testGetBlocksUntilValueAvailable() - Method in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
Tests that the Future.get() method blocks until a value is available.
testGetEmpty() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testGetForEmptyMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testGetMultiple() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testGetNonEmpty() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testGetNull() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testGetNullAbsent() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testGetNullForbidden() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testGetNullPresent() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testGetWithNullValue() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testHashCode() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testHashCode() - Method in class com.google.common.collect.testing.testers.ListHashCodeTester
 
testHashCode() - Method in class com.google.common.collect.testing.testers.MapHashCodeTester
 
testHashCode() - Method in class com.google.common.collect.testing.testers.SetHashCodeTester
 
testHashCode_containingNull() - Method in class com.google.common.collect.testing.testers.SetHashCodeTester
 
testHashCode_containingNullKey() - Method in class com.google.common.collect.testing.testers.MapHashCodeTester
 
testHashCode_containingNullValue() - Method in class com.google.common.collect.testing.testers.MapHashCodeTester
 
testHashCode_size0() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testHashCode_size1() - Method in class com.google.common.collect.testing.google.MultisetReadsTester
 
testHashCodeForEmptyMap() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testHashCodeMatchesAsMap() - Method in class com.google.common.collect.testing.google.MultimapEqualsTester
 
testHashCodeMatchesEntrySet() - Method in class com.google.common.collect.testing.google.MultisetEqualsTester
 
testHeadClosedDistinctElements() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testHeadClosedEntrySet() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testHeadClosedSize() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testHeadMap() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testHeadMapExclusive() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testHeadMapExclusive() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testHeadMapInclusive() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testHeadOpenDistinctElements() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testHeadOpenEntrySet() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testHeadOpenSize() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testHigher() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testHigher() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testHigher() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testHigherHole() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testIndexOf_duplicate() - Method in class com.google.common.collect.testing.testers.ListIndexOfTester
 
TestingExecutors - Class in com.google.common.util.concurrent.testing
Factory methods for ExecutorService for testing.
testInstanceMethods(Object, NullPointerTester.Visibility) - Method in class com.google.common.testing.NullPointerTester
Runs NullPointerTester.testMethod(java.lang.Object, java.lang.reflect.Method) on every instance method of the class of instance with at least minimalVisibility, including those inherited from superclasses of the same package.
TestIntegerSetGenerator - Class in com.google.common.collect.testing
Create integer sets for collection tests.
TestIntegerSetGenerator() - Constructor for class com.google.common.collect.testing.TestIntegerSetGenerator
 
TestIntegerSortedSetGenerator - Class in com.google.common.collect.testing
Create integer sets for testing collections that are sorted by natural ordering.
TestIntegerSortedSetGenerator() - Constructor for class com.google.common.collect.testing.TestIntegerSortedSetGenerator
 
testInversePut() - Method in class com.google.common.collect.testing.google.BiMapPutTester
 
testInverseSame() - Method in class com.google.common.collect.testing.google.BiMapInverseTester
 
testInverseSerialization() - Method in class com.google.common.collect.testing.google.BiMapInverseTester
 
testIsEmpty_no() - Method in class com.google.common.collect.testing.testers.CollectionIsEmptyTester
 
testIsEmpty_no() - Method in class com.google.common.collect.testing.testers.MapIsEmptyTester
 
testIsEmpty_yes() - Method in class com.google.common.collect.testing.testers.CollectionIsEmptyTester
 
testIsEmpty_yes() - Method in class com.google.common.collect.testing.testers.MapIsEmptyTester
 
testIsEmptyNo() - Method in class com.google.common.collect.testing.google.MultimapSizeTester
 
testIsEmptyYes() - Method in class com.google.common.collect.testing.google.MultimapSizeTester
 
testIterationOrdering() - Method in class com.google.common.collect.testing.testers.CollectionIteratorTester
 
testIterator() - Method in class com.google.common.collect.testing.testers.CollectionIteratorTester
 
testIterator_knownOrderRemoveSupported() - Method in class com.google.common.collect.testing.testers.CollectionIteratorTester
 
testIterator_knownOrderRemoveUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionIteratorTester
 
testIterator_unknownOrderRemoveSupported() - Method in class com.google.common.collect.testing.testers.CollectionIteratorTester
 
testIterator_unknownOrderRemoveUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionIteratorTester
 
TestIteratorGenerator<E> - Interface in com.google.common.collect.testing
Creates iterators to be tested.
testIteratorKnownOrder() - Method in class com.google.common.collect.testing.google.MultisetIteratorTester
 
testIteratorNoSuchElementException() - Method in class com.google.common.collect.testing.testers.CollectionIteratorTester
 
testIteratorRemove_unsupported() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testIteratorRemovePropagatesToMultimap() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testIteratorUnknownOrder() - Method in class com.google.common.collect.testing.google.MultisetIteratorTester
 
testKeys() - Method in class com.google.common.collect.testing.google.MultimapKeysTester
 
testKeysCountAbsentNullKey() - Method in class com.google.common.collect.testing.google.MultimapKeysTester
 
testKeysElementSet() - Method in class com.google.common.collect.testing.google.MultimapKeysTester
 
testKeysEntrySetIteratorRemove() - Method in class com.google.common.collect.testing.google.MultimapKeysTester
 
testKeysEntrySetRemove() - Method in class com.google.common.collect.testing.google.MultimapKeysTester
 
testKeySet() - Method in class com.google.common.collect.testing.google.MultimapKeySetTester
 
testKeySetClear() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testKeySetClearClearsInverse() - Method in class com.google.common.collect.testing.google.BiMapClearTester
 
testKeySetContainsNullKeyAbsent() - Method in class com.google.common.collect.testing.google.MultimapKeySetTester
 
testKeySetContainsNullKeyPresent() - Method in class com.google.common.collect.testing.google.MultimapKeySetTester
 
testKeySetIteratorRemove() - Method in class com.google.common.collect.testing.google.BiMapRemoveTester
 
testKeySetIteratorRemove() - Method in class com.google.common.collect.testing.google.MultimapKeySetTester
 
testKeySetRemove() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testKeySetRemoveAll() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testKeySetRemoveAllNullFromEmpty() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testKeySetRemovePropagatesToMultimap() - Method in class com.google.common.collect.testing.google.MultimapKeySetTester
 
testKeySetRetainAll() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testKeySetRetainAllNullFromEmpty() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testKeysRemove() - Method in class com.google.common.collect.testing.google.MultimapKeysTester
 
testKeysWithNullKey() - Method in class com.google.common.collect.testing.google.MultimapKeysTester
 
testLast() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testLast() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testLast() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testLast() - Method in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
testLastIndexOf_duplicate() - Method in class com.google.common.collect.testing.testers.ListLastIndexOfTester
 
testListenersNotifiedOnError() - Method in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
 
TestListGenerator<E> - Interface in com.google.common.collect.testing
Creates sets, containing sample elements, to be tested.
testListIterator_atSize() - Method in class com.google.common.collect.testing.testers.ListListIteratorTester
 
testListIterator_fullyModifiable() - Method in class com.google.common.collect.testing.testers.ListListIteratorTester
 
testListIterator_tooHigh() - Method in class com.google.common.collect.testing.testers.ListListIteratorTester
 
testListIterator_tooLow() - Method in class com.google.common.collect.testing.testers.ListListIteratorTester
 
testListIterator_unmodifiable() - Method in class com.google.common.collect.testing.testers.ListListIteratorTester
 
TestListMultimapGenerator<K,V> - Interface in com.google.common.collect.testing.google
A generator for ListMultimap implementations based on test data.
TestLogHandler - Class in com.google.common.testing
Tests may use this to intercept messages that are logged by the code under test.
TestLogHandler() - Constructor for class com.google.common.testing.TestLogHandler
 
testLower() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testLower() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testLower() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testLowerHole() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
TestMapEntrySetGenerator<K,V> - Class in com.google.common.collect.testing
Creates map entries using sample keys and sample values.
TestMapEntrySetGenerator(SampleElements<K>, SampleElements<V>) - Constructor for class com.google.common.collect.testing.TestMapEntrySetGenerator
 
TestMapGenerator<K,V> - Interface in com.google.common.collect.testing
Creates maps, containing sample elements, to be tested.
testMethod(Object, Method) - Method in class com.google.common.testing.NullPointerTester
Verifies that method produces a NullPointerException or UnsupportedOperationException whenever any of its non-Nullable parameters are null.
testMethodParameter(Object, Method, int) - Method in class com.google.common.testing.NullPointerTester
Verifies that method produces a NullPointerException or UnsupportedOperationException when the parameter in position paramIndex is null.
TestMultimapGenerator<K,V,M extends com.google.common.collect.Multimap<K,V>> - Interface in com.google.common.collect.testing.google
Creates multimaps, containing sample elements, to be tested.
testMultimapRemoveDeletesFirstOccurrence() - Method in class com.google.common.collect.testing.google.ListMultimapRemoveTester
 
TestMultisetGenerator<E> - Interface in com.google.common.collect.testing.google
Creates multisets, containing sample elements, to be tested.
testNotEqualsEmpty() - Method in class com.google.common.collect.testing.google.MultimapEqualsTester
 
testNotEqualsEmpty() - Method in class com.google.common.collect.testing.google.MultisetEqualsTester
 
testNulls() - Method in class com.google.common.testing.AbstractPackageSanityTests
Performs NullPointerTester checks for all top-level classes in the package.
testNulls() - Method in class com.google.common.testing.ClassSanityTester.FactoryMethodReturnValueTester
Tests null checks against the instance methods of the return values, if any.
testNulls(Class<?>) - Method in class com.google.common.testing.ClassSanityTester
Tests that cls properly checks null on all constructor and method parameters that aren't annotated with Nullable.
testOffer_nullSupported() - Method in class com.google.common.collect.testing.testers.QueueOfferTester
 
testOffer_nullUnsupported() - Method in class com.google.common.collect.testing.testers.QueueOfferTester
 
testOffer_supportedNotPresent() - Method in class com.google.common.collect.testing.testers.QueueOfferTester
 
testOrderedByComparator() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testOrderingAffectsEqualsComparisons() - Method in class com.google.common.collect.testing.google.ListMultimapEqualsTester
 
testOrderingDoesntAffectEqualsComparisons() - Method in class com.google.common.collect.testing.google.SetMultimapEqualsTester
 
testPeek_empty() - Method in class com.google.common.collect.testing.testers.QueuePeekTester
 
testPeek_size1() - Method in class com.google.common.collect.testing.testers.QueuePeekTester
 
testPeek_sizeMany() - Method in class com.google.common.collect.testing.testers.QueuePeekTester
 
testPoll_empty() - Method in class com.google.common.collect.testing.testers.QueuePollTester
 
testPoll_size1() - Method in class com.google.common.collect.testing.testers.QueuePollTester
 
testPoll_sizeMany() - Method in class com.google.common.collect.testing.testers.QueuePollTester
 
testPollFirst() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testPollFirst() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testPollFirst() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testPollFirstUnsupported() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testPollFirstUnsupported() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testPollFirstUnsupported() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testPollLast() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testPollLast() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testPollLast() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testPollLastUnsupported() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testPollLastUnsupported() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testPollLastUnsupported() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testPropagatesAddAllToMultimap() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testPropagatesAddToMultimap() - Method in class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
testPropagatesAddToMultimap() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testPropagatesClearToMultimap() - Method in class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
testPropagatesRemoveLastElementToMultimap() - Method in class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
testPropagatesRemoveLastElementToMultimap() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testPropagatesRemoveLastThenAddToMultimap() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testPropagatesRemoveThenAddToMultimap() - Method in class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
testPropagatesRemoveToMultimap() - Method in class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
testPropagatesRemoveToMultimap() - Method in class com.google.common.collect.testing.google.MultimapGetTester
 
testPut_nullKeyAndValueSupported() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_nullKeySupportedNotPresent() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_nullKeySupportedPresent() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_nullKeyUnsupported() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_nullValueSupported() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_nullValueUnsupported() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_replaceNullValueWithNonNullSupported() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_replaceNullValueWithNullSupported() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_replaceWithNullValueSupported() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_replaceWithNullValueUnsupported() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_supportedNotPresent() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_unsupportedNotPresent() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_unsupportedPresentDifferentValue() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPut_unsupportedPresentExistingValue() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPutAbsentConcurrentWithEntrySetIteration() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPutAbsentConcurrentWithKeySetIteration() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPutAbsentConcurrentWithValueIteration() - Method in class com.google.common.collect.testing.testers.MapPutTester
 
testPutAddsValueAtEnd() - Method in class com.google.common.collect.testing.google.ListMultimapPutTester
 
testPutAll() - Method in class com.google.common.collect.testing.google.MultimapPutAllMultimapTester
 
testPutAll_nullCollectionReference() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_nullKeySupported() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_nullKeyUnsupported() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_nullValueSupported() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_nullValueUnsupported() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_supportedNonePresent() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_supportedNothing() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_supportedSomePresent() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_unsupportedAllPresent() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_unsupportedNonePresent() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_unsupportedNothing() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAll_unsupportedSomePresent() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAllAddsAtEndInOrder() - Method in class com.google.common.collect.testing.google.ListMultimapPutAllTester
 
testPutAllEmptyCollectionOnAbsentKey() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllEmptyIterableOnAbsentKey() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllEmptyIterableOnPresentKey() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllExistingKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testPutAllHandlesDuplicates() - Method in class com.google.common.collect.testing.google.SetMultimapPutAllTester
 
testPutAllIntoEmpty() - Method in class com.google.common.collect.testing.google.MultimapPutAllMultimapTester
 
testPutAllNewKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testPutAllNonEmptyCollectionOnAbsentKey() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllNonEmptyCollectionOnPresentKey() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllNonEmptyIterableOnAbsentKey() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllNonEmptyIterableOnPresentKey() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllNullForbidden() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllNullValueNullFirst_unsupported() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllNullValueNullLast_unsupported() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllNullValueOnAbsentKey_supported() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllNullValueOnPresentKey_supported() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllNullValueSingle_unsupported() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllOnlyCallsIteratorOnce() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllOnPresentNullKey() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllPropagatesToGet() - Method in class com.google.common.collect.testing.google.MultimapPutAllMultimapTester
 
testPutAllPropagatesToGet() - Method in class com.google.common.collect.testing.google.MultimapPutIterableTester
 
testPutAllRejectsNullKey() - Method in class com.google.common.collect.testing.google.MultimapPutAllMultimapTester
 
testPutAllRejectsNullValue() - Method in class com.google.common.collect.testing.google.MultimapPutAllMultimapTester
 
testPutAllSomePresentConcurrentWithEntrySetIteration() - Method in class com.google.common.collect.testing.testers.MapPutAllTester
 
testPutAllWithNullKey() - Method in class com.google.common.collect.testing.google.MultimapPutAllMultimapTester
 
testPutAllWithNullValue() - Method in class com.google.common.collect.testing.google.MultimapPutAllMultimapTester
 
testPutDuplicateValue() - Method in class com.google.common.collect.testing.google.ListMultimapPutTester
 
testPutDuplicateValue() - Method in class com.google.common.collect.testing.google.SetMultimapPutTester
 
testPutDuplicateValue_null() - Method in class com.google.common.collect.testing.google.SetMultimapPutTester
 
testPutDuplicateValuePreservesSize() - Method in class com.google.common.collect.testing.google.SetMultimapPutTester
 
testPutEmpty() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutExistingKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testPutIfAbsent_nullKeyUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
testPutIfAbsent_nullValueUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
testPutIfAbsent_putWithNullValueUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
testPutIfAbsent_supportedAbsent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
testPutIfAbsent_supportedPresent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
testPutIfAbsent_unsupportedAbsent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
testPutIfAbsent_unsupportedPresentDifferentValue() - Method in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
testPutIfAbsent_unsupportedPresentExistingValue() - Method in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester
 
testPutNewKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testPutNotPresentKeyPropagatesToEntries() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutNotPresentKeyPropagatesToGet() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutNullKey() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutNullKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testPutNullValue() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testPutNullValue_supported() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutNullValue_unsupported() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutNullValueForExistingKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testPutPresent() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutPresentKeyDifferentValue() - Method in class com.google.common.collect.testing.google.BiMapPutTester
 
testPutPresentKeyPropagatesToAsMapEntrySet() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutPresentKeyPropagatesToAsMapGet() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutPresentKeyPropagatesToEntries() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutPresentKeyPropagatesToGet() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutTwoElements() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutUnsupported() - Method in class com.google.common.collect.testing.google.MultimapPutAllMultimapTester
 
testPutUnsupported() - Method in class com.google.common.collect.testing.google.MultimapPutTester
 
testPutWithSameValueFails() - Method in class com.google.common.collect.testing.google.BiMapPutTester
 
TestQueueGenerator<E> - Interface in com.google.common.collect.testing
Creates queues, containing sample elements, to be tested.
testReflectsMultimapRemove() - Method in class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
testRemove() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testRemove_duplicate() - Method in class com.google.common.collect.testing.testers.ListRemoveTester
 
testRemove_empty() - Method in class com.google.common.collect.testing.testers.QueueRemoveTester
 
testRemove_notPresent() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testRemove_notPresent() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemove_nullAbsent() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_nullAllowed() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testRemove_nullForbidden() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_nullKeyQueriesUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
testRemove_nullNotSupported() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testRemove_nullPresent() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_nullPresent() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testRemove_nullPresent() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemove_nullQueriesNotSupported() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemove_nullSupportedMissing() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemove_nullValueQueriesUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
testRemove_occurrences_0() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_occurrences_absent() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_occurrences_negative() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_occurrences_present() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_occurrences_unsupported_absent() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_occurrences_wrongType() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_present() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testRemove_present() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemove_present() - Method in class com.google.common.collect.testing.testers.SetRemoveTester
 
testRemove_size1() - Method in class com.google.common.collect.testing.testers.QueueRemoveTester
 
testRemove_sizeMany() - Method in class com.google.common.collect.testing.testers.QueueRemoveTester
 
testRemove_some_occurrences_present() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemove_supportedAbsentKeyAbsentValue() - Method in class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
testRemove_supportedPresent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
testRemove_supportedPresentKeyWrongValue() - Method in class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
testRemove_supportedWrongKeyPresentValue() - Method in class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
testRemove_unsupported() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testRemove_unsupported() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemove_unsupportedAbsent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
testRemove_unsupportedNotPresent() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testRemove_unsupportedNotPresent() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemove_unsupportedPresent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapRemoveTester
 
testRemove_wrongType() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testRemove_wrongType() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemoveAbsent() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemoveAll_allPresent() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_containsNullNo() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_containsNullNoButAllowed() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_containsNullYes() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_containsWrongType() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_duplicate() - Method in class com.google.common.collect.testing.testers.ListRemoveAllTester
 
testRemoveAll_emptyCollection() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_nonePresent() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_nullCollectionReferenceEmptySubject() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_nullCollectionReferenceNonEmptySubject() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_somePresent() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_somePresentLargeCollectionToRemove() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
Trigger the other.size() >= this.size() case in AbstractSet.removeAll().
testRemoveAll_unsupportedEmptyCollection() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_unsupportedNonePresent() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAll_unsupportedPresent() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAllAbsentKey() - Method in class com.google.common.collect.testing.google.MultimapRemoveAllTester
 
testRemoveAllIgnoresCount() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemoveAllMultipleValues() - Method in class com.google.common.collect.testing.google.MultimapRemoveAllTester
 
testRemoveAllNullKeyAbsent() - Method in class com.google.common.collect.testing.google.MultimapRemoveAllTester
 
testRemoveAllNullKeyPresent() - Method in class com.google.common.collect.testing.google.MultimapRemoveAllTester
 
testRemoveAllPresentKey() - Method in class com.google.common.collect.testing.google.MultimapRemoveAllTester
 
testRemoveAllPropagatesToGet() - Method in class com.google.common.collect.testing.google.MultimapRemoveAllTester
 
testRemoveAllPropagatesToMultimap() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testRemoveAllSomePresentConcurrentWithIteration() - Method in class com.google.common.collect.testing.testers.CollectionRemoveAllTester
 
testRemoveAtIndex_first() - Method in class com.google.common.collect.testing.testers.ListRemoveAtIndexTester
 
testRemoveAtIndex_last() - Method in class com.google.common.collect.testing.testers.ListRemoveAtIndexTester
 
testRemoveAtIndex_middle() - Method in class com.google.common.collect.testing.testers.ListRemoveAtIndexTester
 
testRemoveAtIndex_negative() - Method in class com.google.common.collect.testing.testers.ListRemoveAtIndexTester
 
testRemoveAtIndex_tooLarge() - Method in class com.google.common.collect.testing.testers.ListRemoveAtIndexTester
 
testRemoveAtIndex_unsupported() - Method in class com.google.common.collect.testing.testers.ListRemoveAtIndexTester
 
testRemoveAtIndexConcurrentWithIteration() - Method in class com.google.common.collect.testing.testers.ListRemoveAtIndexTester
 
testRemoveAtIndexFromAsMapEntrySetPropagates() - Method in class com.google.common.collect.testing.google.ListMultimapRemoveTester
 
testRemoveAtIndexFromAsMapPropagates() - Method in class com.google.common.collect.testing.google.ListMultimapRemoveTester
 
testRemoveAtIndexFromGetPropagates() - Method in class com.google.common.collect.testing.google.ListMultimapRemoveTester
 
testRemoveFromInverseKeySetRemovesFromForward() - Method in class com.google.common.collect.testing.google.BiMapRemoveTester
 
testRemoveFromInverseRemovesFromForward() - Method in class com.google.common.collect.testing.google.BiMapRemoveTester
 
testRemoveFromInverseValuesRemovesFromInverse() - Method in class com.google.common.collect.testing.google.BiMapRemoveTester
 
testRemoveFromValuesRemovesFromInverse() - Method in class com.google.common.collect.testing.google.BiMapRemoveTester
 
testRemoveKeyFromKeySetRemovesFromInverse() - Method in class com.google.common.collect.testing.google.BiMapRemoveTester
 
testRemoveKeyRemovesFromInverse() - Method in class com.google.common.collect.testing.google.BiMapRemoveTester
 
testRemoveMissingKey() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testRemoveNegative() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemoveNullKeyAbsent() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemoveNullKeyForbidden() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemoveNullKeyPresent() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemoveNullValue() - Method in class com.google.common.collect.testing.google.MultimapAsMapGetTester
 
testRemoveNullValueAbsent() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemoveNullValueForbidden() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemoveNullValuePresent() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemoveOutOfHeadBoundsOne() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testRemoveOutOfHeadBoundsSeveral() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testRemoveOutOfTailBoundsOne() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testRemoveOutOfTailBoundsSeveral() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testRemovePresent() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemovePresentConcurrentWithEntrySetIteration() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemovePresentConcurrentWithIteration() - Method in class com.google.common.collect.testing.testers.CollectionRemoveTester
 
testRemovePresentConcurrentWithKeySetIteration() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemovePresentConcurrentWithValuesIteration() - Method in class com.google.common.collect.testing.testers.MapRemoveTester
 
testRemovePropagatesToAsMap() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemovePropagatesToAsMapEntrySet() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemovePropagatesToGet() - Method in class com.google.common.collect.testing.google.MultimapRemoveEntryTester
 
testRemovePropagatesToMultimap() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testRemoveUnsupported() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemoveZeroNoOp() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRemovingIteratorKnownOrder() - Method in class com.google.common.collect.testing.google.MultisetIteratorTester
 
testRemovingIteratorUnknownOrder() - Method in class com.google.common.collect.testing.google.MultisetIteratorTester
 
testReplace_absentNullKeyUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
testReplace_absentNullValueUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
testReplace_presentNullValueUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
testReplace_supportedAbsent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
testReplace_supportedPresent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
testReplace_supportedPresentNoChange() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
testReplace_unsupportedPresent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceTester
 
testReplaceEmptyValues() - Method in class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
testReplaceEntry_absentKeyNullValueUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_expectNullUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_nullDifferentFromAbsent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_presentNullValueUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_supportedAbsentKey() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_supportedPresent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_supportedPresentUnchanged() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_supportedWrongValue() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_unsupportedAbsentKey() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_unsupportedPresent() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_unsupportedWrongValue() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceEntry_wrongValueNullValueUnsupported() - Method in class com.google.common.collect.testing.testers.ConcurrentMapReplaceEntryTester
 
testReplaceNonEmptyValues() - Method in class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
testReplaceValuesHandlesDuplicates() - Method in class com.google.common.collect.testing.google.SetMultimapReplaceValuesTester
 
testReplaceValuesPreservesOrder() - Method in class com.google.common.collect.testing.google.ListMultimapReplaceValuesTester
 
testReplaceValuesPropagatesToGet() - Method in class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
testReplaceValuesPutNotSupported() - Method in class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
testReplaceValuesRemoveNotSupported() - Method in class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
testReplaceValuesWithDuplicates() - Method in class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
testReplaceValuesWithEmpty() - Method in class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
testReplaceValuesWithNullKey() - Method in class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
testReplaceValuesWithNullValue() - Method in class com.google.common.collect.testing.google.MultimapReplaceValuesTester
 
testReserialize() - Method in class com.google.common.collect.testing.testers.CollectionSerializationEqualTester
 
testReserialize() - Method in class com.google.common.collect.testing.testers.CollectionSerializationTester
 
testReserializeEmptySubList() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testReserializeMap() - Method in class com.google.common.collect.testing.testers.MapSerializationTester
 
testReserializeSubList() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testReserializeWholeSubList() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testRetainAll_containsDuplicatesSizeOne() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_containsDuplicatesSizeSeveral() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_containsNonNullWithNull() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_countIgnored() - Method in class com.google.common.collect.testing.testers.ListRetainAllTester
 
testRetainAll_disjointPreviouslyEmpty() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_disjointPreviouslyEmptyUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_disjointPreviouslyNonEmpty() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_disjointPreviouslyNonEmptyUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_duplicatesKept() - Method in class com.google.common.collect.testing.testers.ListRetainAllTester
 
testRetainAll_duplicatesRemoved() - Method in class com.google.common.collect.testing.testers.ListRetainAllTester
 
testRetainAll_emptyPreviouslyEmpty() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_emptyPreviouslyEmptyUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_emptyPreviouslyNonEmpty() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_emptyPreviouslyNonEmptyUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_nullCollectionReferenceEmptySubject() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_nullCollectionReferenceNonEmptySubject() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_nullSingletonPreviouslyEmpty() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_nullSingletonPreviouslyNonEmpty() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_nullSingletonPreviouslySeveralWithNull() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_nullSingletonPreviouslySingletonWithNull() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_partialOverlap() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_partialOverlapUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_sameElements() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_sameElementsUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_subset() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_subsetUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_superset() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAll_supersetUnsupported() - Method in class com.google.common.collect.testing.testers.CollectionRetainAllTester
 
testRetainAllIgnoresCount() - Method in class com.google.common.collect.testing.google.MultisetRemoveTester
 
testRetainAllPropagatesToMultimap() - Method in class com.google.common.collect.testing.google.MultimapEntriesTester
 
testSerializable() - Method in class com.google.common.testing.AbstractPackageSanityTests
Tests all top-level Serializable classes in the package.
testSerializable() - Method in class com.google.common.testing.ClassSanityTester.FactoryMethodReturnValueTester
Runs serialization test on the return values of the static methods.
testSet() - Method in class com.google.common.collect.testing.testers.ListSetTester
 
testSet_indexTooHigh() - Method in class com.google.common.collect.testing.testers.ListSetTester
 
testSet_indexTooLow() - Method in class com.google.common.collect.testing.testers.ListSetTester
 
testSet_null() - Method in class com.google.common.collect.testing.testers.ListSetTester
 
testSet_nullUnsupported() - Method in class com.google.common.collect.testing.testers.ListSetTester
 
testSet_replacingNull() - Method in class com.google.common.collect.testing.testers.ListSetTester
 
testSet_unsupported() - Method in class com.google.common.collect.testing.testers.ListSetTester
 
testSet_unsupportedByEmptyList() - Method in class com.google.common.collect.testing.testers.ListSetTester
 
testSetCount_addNull_nullSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_addNull_nullUnsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_existingNoNopNull_nullSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_negative_removeSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_negative_removeUnsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_noOpNull_nullSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_noOpNull_nullUnsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_oneToOne_addSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_oneToOne_removeSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_oneToOne_unsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_oneToThree_supported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_oneToThree_unsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_oneToZero_supported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_oneToZero_unsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_removeNull_nullSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_threeToOne_supported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_threeToOne_unsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_threeToThree_addSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_threeToThree_removeSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_threeToThree_unsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_threeToZero_supported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_threeToZero_unsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_zeroToOne_supported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_zeroToOne_unsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_zeroToThree_supported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_zeroToThree_unsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_zeroToZero_addSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_zeroToZero_removeSupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCount_zeroToZero_unsupported() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCountConditional_negativeOldCount_addSupported() - Method in class com.google.common.collect.testing.google.MultisetSetCountConditionallyTester
 
testSetCountConditional_negativeOldCount_addUnsupported() - Method in class com.google.common.collect.testing.google.MultisetSetCountConditionallyTester
 
testSetCountConditional_oldCountTooLarge() - Method in class com.google.common.collect.testing.google.MultisetSetCountConditionallyTester
 
testSetCountConditional_oldCountTooSmallNonzero() - Method in class com.google.common.collect.testing.google.MultisetSetCountConditionallyTester
 
testSetCountConditional_oldCountTooSmallZero() - Method in class com.google.common.collect.testing.google.MultisetSetCountConditionallyTester
 
testSetCountOneToZeroConcurrentWithEntrySetIteration() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCountOneToZeroConcurrentWithIteration() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCountOutOfHeadBoundsOne() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testSetCountOutOfHeadBoundsSeveral() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testSetCountOutOfTailBoundsOne() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testSetCountOutOfTailBoundsSeveral() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testSetCountZeroToOneConcurrentWithEntrySetIteration() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
testSetCountZeroToOneConcurrentWithIteration() - Method in class com.google.common.collect.testing.google.AbstractMultisetSetCountTester
 
TestSetGenerator<E> - Interface in com.google.common.collect.testing
Creates sets, containing sample elements, to be tested.
TestSetMultimapGenerator<K,V> - Interface in com.google.common.collect.testing.google
A generator for SetMultimap implementations based on test data.
testsForAbstractList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForAbstractSequentialList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForAbstractSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForArrayBlockingQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
testsForArrayList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForArraysAsList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForBadlyCollidingHashSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForCheckedList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForCheckedSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForConcurrentHashMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForConcurrentLinkedQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
testsForConcurrentSkipListMapNatural() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForConcurrentSkipListMapWithComparator() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForConcurrentSkipListSetNatural() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForConcurrentSkipListSetWithComparator() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForCopyOnWriteArrayList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForCopyOnWriteArraySet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForEmptyList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForEmptyMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForEmptySet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForEnumMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForEnumSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForHashMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForHashSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForLinkedBlockingQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
testsForLinkedHashMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForLinkedHashSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForLinkedList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForLinkedList() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
TestsForListsInJavaUtil - Class in com.google.common.collect.testing
Generates a test suite covering the List implementations in the java.util package.
TestsForListsInJavaUtil() - Constructor for class com.google.common.collect.testing.TestsForListsInJavaUtil
 
TestsForMapsInJavaUtil - Class in com.google.common.collect.testing
Generates a test suite covering the Map implementations in the java.util package.
TestsForMapsInJavaUtil() - Constructor for class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForPriorityBlockingQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
testsForPriorityQueue() - Method in class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
TestsForQueuesInJavaUtil - Class in com.google.common.collect.testing
Generates a test suite covering the Queue implementations in the java.util package.
TestsForQueuesInJavaUtil() - Constructor for class com.google.common.collect.testing.TestsForQueuesInJavaUtil
 
TestsForSetsInJavaUtil - Class in com.google.common.collect.testing
Generates a test suite covering the Set implementations in the java.util package.
TestsForSetsInJavaUtil() - Constructor for class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForSingletonList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForSingletonMap() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForSingletonSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForTreeMapNatural() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForTreeMapWithComparator() - Method in class com.google.common.collect.testing.TestsForMapsInJavaUtil
 
testsForTreeSetNatural() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForTreeSetWithComparator() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testsForUnmodifiableList() - Method in class com.google.common.collect.testing.TestsForListsInJavaUtil
 
testsForUnmodifiableSet() - Method in class com.google.common.collect.testing.TestsForSetsInJavaUtil
 
testSingletonMapFirst() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testSingletonMapFirst() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testSingletonMapLast() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testSingletonMapLast() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testSingletonMapNearby() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testSingletonMapPollFirst() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testSingletonMapPollLast() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testSingletonMultisetFirst() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testSingletonMultisetLast() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testSingletonMultisetNearby() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testSingletonMultisetPollFirst() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testSingletonMultisetPollLast() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testSingletonSetFirst() - Method in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
testSingletonSetLast() - Method in class com.google.common.collect.testing.testers.SortedSetNavigationTester
 
testSingletonSetNearby() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testSingletonSetPollFirst() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testSingletonSetPollLast() - Method in class com.google.common.collect.testing.testers.NavigableSetNavigationTester
 
testSize() - Method in class com.google.common.collect.testing.google.MultimapSizeTester
 
testSize() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testSize() - Method in class com.google.common.collect.testing.testers.CollectionSizeTester
 
testSize() - Method in class com.google.common.collect.testing.testers.MapSizeTester
 
testSizeMultipleValues() - Method in class com.google.common.collect.testing.google.MultimapSizeTester
 
testSizeNullKey() - Method in class com.google.common.collect.testing.google.MultimapSizeTester
 
testSizeNullKeyAndValue() - Method in class com.google.common.collect.testing.google.MultimapSizeTester
 
testSizeNullValue() - Method in class com.google.common.collect.testing.google.MultimapSizeTester
 
testSomethingAboutIterators() - Method in class com.google.common.collect.testing.ExampleIteratorTester
 
TestSortedMapGenerator<K,V> - Interface in com.google.common.collect.testing
Creates sorted maps, containing sample elements, to be tested.
TestSortedSetGenerator<E> - Interface in com.google.common.collect.testing
Creates sorted sets, containing sample elements, to be tested.
testStaticMethods(Class<?>, NullPointerTester.Visibility) - Method in class com.google.common.testing.NullPointerTester
Runs NullPointerTester.testMethod(java.lang.Object, java.lang.reflect.Method) on every static method of class c that has at least minimalVisibility, including those "inherited" from superclasses of the same package.
TestStringBiMapGenerator - Class in com.google.common.collect.testing.google
Implementation helper for TestBiMapGenerator for use with bimaps of strings.
TestStringBiMapGenerator() - Constructor for class com.google.common.collect.testing.google.TestStringBiMapGenerator
 
TestStringCollectionGenerator - Class in com.google.common.collect.testing
String creation for testing arbitrary collections.
TestStringCollectionGenerator() - Constructor for class com.google.common.collect.testing.TestStringCollectionGenerator
 
TestStringListGenerator - Class in com.google.common.collect.testing
TODO: javadoc.
TestStringListGenerator() - Constructor for class com.google.common.collect.testing.TestStringListGenerator
 
TestStringListMultimapGenerator - Class in com.google.common.collect.testing.google
A skeleton generator for a ListMultimap implementation.
TestStringListMultimapGenerator() - Constructor for class com.google.common.collect.testing.google.TestStringListMultimapGenerator
 
TestStringMapGenerator - Class in com.google.common.collect.testing
Implementation helper for TestMapGenerator for use with maps of strings.
TestStringMapGenerator() - Constructor for class com.google.common.collect.testing.TestStringMapGenerator
 
TestStringMultisetGenerator - Class in com.google.common.collect.testing.google
Create multisets of strings for tests.
TestStringMultisetGenerator() - Constructor for class com.google.common.collect.testing.google.TestStringMultisetGenerator
 
TestStringQueueGenerator - Class in com.google.common.collect.testing
Create queue of strings for tests.
TestStringQueueGenerator() - Constructor for class com.google.common.collect.testing.TestStringQueueGenerator
 
TestStringSetGenerator - Class in com.google.common.collect.testing
Create string sets for collection tests.
TestStringSetGenerator() - Constructor for class com.google.common.collect.testing.TestStringSetGenerator
 
TestStringSetMultimapGenerator - Class in com.google.common.collect.testing.google
A skeleton generator for a SetMultimap implementation.
TestStringSetMultimapGenerator() - Constructor for class com.google.common.collect.testing.google.TestStringSetMultimapGenerator
 
TestStringSortedMapGenerator - Class in com.google.common.collect.testing
Implementation helper for TestMapGenerator for use with sorted maps of strings.
TestStringSortedMapGenerator() - Constructor for class com.google.common.collect.testing.TestStringSortedMapGenerator
 
TestStringSortedSetGenerator - Class in com.google.common.collect.testing
Create string sets for testing collections that are sorted by natural ordering.
TestStringSortedSetGenerator() - Constructor for class com.google.common.collect.testing.TestStringSortedSetGenerator
 
TestSubjectGenerator<T> - Interface in com.google.common.collect.testing
To be implemented by test generators that can produce test subjects without requiring any parameters.
testSubList_contains() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_empty() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_endTooLarge() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_entireList() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_get() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_indexOf() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_isEmpty() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_lastIndexOf() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_ofSubListEmpty() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_ofSubListNonEmpty() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_originalListSetAffectsSubList() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_originalListSetAffectsSubListLargeList() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_size() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_startGreaterThanEnd() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_startNegative() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_subListAddAffectsOriginal() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_subListAddAtIndexAffectsOriginalLargeList() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_subListClearAffectsOriginal() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_subListRemoveAffectsOriginal() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_subListRemoveAffectsOriginalLargeList() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_subListSetAffectsOriginal() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubList_subListSetAffectsOriginalLargeList() - Method in class com.google.common.collect.testing.testers.ListSubListTester
 
testSubMap() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testSubMapIllegal() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testTailClosedDistinctElements() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testTailClosedEntrySet() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testTailClosedSize() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testTailMap() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testTailMapClearThrough() - Method in class com.google.common.collect.testing.SortedMapInterfaceTest
 
testTailMapExclusive() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testTailMapInclusive() - Method in class com.google.common.collect.testing.testers.NavigableMapNavigationTester
 
testTailMapInclusive() - Method in class com.google.common.collect.testing.testers.SortedMapNavigationTester
 
testTailMapRemoveThrough() - Method in class com.google.common.collect.testing.SortedMapInterfaceTest
 
testTailMapWriteThrough() - Method in class com.google.common.collect.testing.SortedMapInterfaceTest
 
testTailOpenDistinctElements() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testTailOpenEntrySet() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testTailOpenSize() - Method in class com.google.common.collect.testing.google.MultisetNavigationTester
 
testTimeoutOnGetWorksCorrectly() - Method in class com.google.common.util.concurrent.testing.AbstractListenableFutureTest
Tests that the Future.get(long, TimeUnit) method times out correctly.
testToArray_emptyArray() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_emptyArray_ordered() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_emptyArrayOfObject() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_emptyArrayOfWrongTypeForEmptyCollection() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_emptyArrayOfWrongTypeForNonEmptyCollection() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_isPlainObjectArray() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
Collection.toArray(Object[]) says: "Note that toArray(new Object[0]) is identical in function to toArray()."
testToArray_largeEnough() - Method in class com.google.common.collect.testing.testers.ListToArrayTester
 
testToArray_noArg() - Method in class com.google.common.collect.testing.testers.ListToArrayTester
 
testToArray_noArgs() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_oversizedArray() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_oversizedArray_ordered() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_rightSizedArray() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_rightSizedArray_ordered() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_rightSizedArrayOfObject() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_rightSizedArrayOfObject_ordered() - Method in class com.google.common.collect.testing.testers.CollectionToArrayTester
 
testToArray_tooSmall() - Method in class com.google.common.collect.testing.testers.ListToArrayTester
 
testToString() - Method in class com.google.common.collect.testing.google.MultisetEntrySetTester
 
testToString_formatting() - Method in class com.google.common.collect.testing.testers.MapToStringTester
 
testToString_minimal() - Method in class com.google.common.collect.testing.testers.CollectionToStringTester
 
testToString_minimal() - Method in class com.google.common.collect.testing.testers.MapToStringTester
 
testToString_null() - Method in class com.google.common.collect.testing.testers.CollectionToStringTester
 
testToString_size0() - Method in class com.google.common.collect.testing.testers.CollectionToStringTester
 
testToString_size0() - Method in class com.google.common.collect.testing.testers.MapToStringTester
 
testToString_size1() - Method in class com.google.common.collect.testing.testers.CollectionToStringTester
 
testToString_size1() - Method in class com.google.common.collect.testing.testers.MapToStringTester
 
testToString_sizeSeveral() - Method in class com.google.common.collect.testing.testers.CollectionToStringTester
 
testToStringEmpty() - Method in class com.google.common.collect.testing.google.MultimapToStringTester
 
testToStringMatchesAsMap() - Method in class com.google.common.collect.testing.google.MultimapToStringTester
 
testToStringSingleton() - Method in class com.google.common.collect.testing.google.MultimapToStringTester
 
testToStringWithNullKey() - Method in class com.google.common.collect.testing.google.MultimapToStringTester
 
testToStringWithNullKey() - Method in class com.google.common.collect.testing.testers.MapToStringTester
 
testToStringWithNullValue() - Method in class com.google.common.collect.testing.google.MultimapToStringTester
 
testToStringWithNullValue() - Method in class com.google.common.collect.testing.testers.MapToStringTester
 
TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>> - Class in com.google.common.collect.testing
Creates collections containing unhashable sample elements, to be tested.
TestUnhashableCollectionGenerator() - Constructor for class com.google.common.collect.testing.TestUnhashableCollectionGenerator
 
testValueComparator() - Method in class com.google.common.collect.testing.google.SortedSetMultimapGetTester
 
testValues() - Method in class com.google.common.collect.testing.google.MultimapValuesTester
 
testValues() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testValuesClear() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testValuesClearClearsInverse() - Method in class com.google.common.collect.testing.google.BiMapClearTester
 
testValuesInOrder() - Method in class com.google.common.collect.testing.google.MultimapValuesTester
 
testValuesIteratorRemove() - Method in class com.google.common.collect.testing.google.MultimapValuesTester
 
testValuesIteratorRemove() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testValuesRemove() - Method in class com.google.common.collect.testing.google.ListMultimapAsMapTester
 
testValuesRemove() - Method in class com.google.common.collect.testing.google.SetMultimapAsMapTester
 
testValuesRemove() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testValuesRemoveAll() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testValuesRemoveAllNullFromEmpty() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testValuesRemoveMissing() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testValuesRetainAll() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
testValuesRetainAllNullFromEmpty() - Method in class com.google.common.collect.testing.MapInterfaceTest
 
thatReturn(Class<?>) - Method in class com.google.common.testing.ClassSanityTester.FactoryMethodReturnValueTester
Specifies that only the methods that are declared to return returnType or its subtype are tested.
toArray() - Method in class com.google.common.collect.testing.MinimalCollection
 
toArray() - Method in class com.google.common.collect.testing.SafeTreeSet
 
toArray(T[]) - Method in class com.google.common.collect.testing.SafeTreeSet
 
toString() - Method in class com.google.common.collect.testing.features.TesterRequirements
 
toString() - Method in class com.google.common.collect.testing.SafeTreeMap
 
toString() - Method in class com.google.common.collect.testing.SafeTreeSet
 
toString() - Method in class com.google.common.collect.testing.UnhashableObject
 

U

UNDERSCORE_IN_NAME - Static variable in class com.google.common.testing.AbstractPackageSanityTests
A predicate that matches classes with an underscore in the class name.
UnhashableObject - Class in com.google.common.collect.testing
An unhashable object to be used in testing as values in our collections.
UnhashableObject(int) - Constructor for class com.google.common.collect.testing.UnhashableObject
 
UNMODIFIABLE - Static variable in enum com.google.common.collect.testing.IteratorFeature
A set containing none of the optional features of the Iterator or ListIterator interfaces.
UnmodifiableCollectionTests - Class in com.google.common.collect.testing.google
A series of tests that support asserting that collections cannot be modified, either through direct or indirect means.
UnmodifiableCollectionTests() - Constructor for class com.google.common.collect.testing.google.UnmodifiableCollectionTests
 
using(TestCollectionGenerator<E>) - Static method in class com.google.common.collect.testing.CollectionTestSuiteBuilder
 
using(TestMapGenerator<K, V>) - Static method in class com.google.common.collect.testing.ConcurrentMapTestSuiteBuilder
 
using(TestSortedMapGenerator<K, V>) - Static method in class com.google.common.collect.testing.ConcurrentNavigableMapTestSuiteBuilder
 
using(TestBiMapGenerator<K, V>) - Static method in class com.google.common.collect.testing.google.BiMapTestSuiteBuilder
 
using(TestListMultimapGenerator<K, V>) - Static method in class com.google.common.collect.testing.google.ListMultimapTestSuiteBuilder
 
using(TestMultimapGenerator<K, V, M>) - Static method in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder
 
using(TestMultisetGenerator<E>) - Static method in class com.google.common.collect.testing.google.MultisetTestSuiteBuilder
 
using(TestSetMultimapGenerator<K, V>) - Static method in class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder
 
using(TestMultisetGenerator<E>) - Static method in class com.google.common.collect.testing.google.SortedMultisetTestSuiteBuilder
 
using(TestSetMultimapGenerator<K, V>) - Static method in class com.google.common.collect.testing.google.SortedSetMultimapTestSuiteBuilder
 
using(TestListGenerator<E>) - Static method in class com.google.common.collect.testing.ListTestSuiteBuilder
 
using(TestMapGenerator<K, V>) - Static method in class com.google.common.collect.testing.MapTestSuiteBuilder
 
using(TestSortedMapGenerator<K, V>) - Static method in class com.google.common.collect.testing.NavigableMapTestSuiteBuilder
 
using(TestSortedSetGenerator<E>) - Static method in class com.google.common.collect.testing.NavigableSetTestSuiteBuilder
 
using(TestQueueGenerator<E>) - Static method in class com.google.common.collect.testing.QueueTestSuiteBuilder
 
using(TestSetGenerator<E>) - Static method in class com.google.common.collect.testing.SetTestSuiteBuilder
 
using(TestSortedMapGenerator<K, V>) - Static method in class com.google.common.collect.testing.SortedMapTestSuiteBuilder
 
using(TestSortedSetGenerator<E>) - Static method in class com.google.common.collect.testing.SortedSetTestSuiteBuilder
 
usingGenerator(G) - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 

V

v0() - Method in class com.google.common.collect.testing.AbstractMapTester
 
v0() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
v1() - Method in class com.google.common.collect.testing.AbstractMapTester
 
v1() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
v2() - Method in class com.google.common.collect.testing.AbstractMapTester
 
v2() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
v3() - Method in class com.google.common.collect.testing.AbstractMapTester
 
v3() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
v4() - Method in class com.google.common.collect.testing.AbstractMapTester
 
v4() - Method in class com.google.common.collect.testing.google.AbstractMultimapTester
 
valueOf(String) - Static method in enum com.google.common.collect.testing.AnEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.DerivedCollectionGenerators.Bound
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.features.CollectionFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.features.CollectionSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.features.ListFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.features.MapFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.features.SetFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.google.MultimapFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.google.MultisetFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.google.MultisetTestSuiteBuilder.NoRecurse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.IteratorFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.collect.testing.WrongType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.testing.NullPointerTester.Visibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.common.collect.testing.AnEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.DerivedCollectionGenerators.Bound
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.features.CollectionFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.features.CollectionSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.features.ListFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.features.MapFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.features.SetFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.google.MultimapFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.google.MultisetFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.google.MultisetTestSuiteBuilder.NoRecurse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.collect.testing.IteratorFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.google.common.collect.testing.SafeTreeMap
 
values() - Static method in enum com.google.common.collect.testing.WrongType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.testing.NullPointerTester.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.

W

withFeatures(Feature<?>...) - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
Configures this builder to produce tests appropriate for the given features.
withFeatures(Iterable<? extends Feature<?>>) - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
withSetUp(Runnable) - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
withTearDown(Runnable) - Method in class com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder
 
WrongType - Enum in com.google.common.collect.testing
A type which will never be used as the element type of any collection in our tests, and so can be used to test how a Collection behaves when given input of the wrong type.
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2010-2015. All Rights Reserved.