Searched refs:TestUnhashableCollectionGenerator (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestUnhashableCollectionGenerator.java32 TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>> class in inherits:TestCollectionGenerator
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DListGenerators.java26 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;
117 extends TestUnhashableCollectionGenerator<List<UnhashableObject>>
H A DMapGenerators.java29 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;
86 extends TestUnhashableCollectionGenerator<Collection<UnhashableObject>> {
H A DSetGenerators.java36 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;
244 extends TestUnhashableCollectionGenerator<Set<UnhashableObject>>

Completed in 89 milliseconds