Searched refs:TestUnhashableCollectionGenerator (Results 1 – 4 of 4) sorted by relevance
26 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;117 extends TestUnhashableCollectionGenerator<List<UnhashableObject>>
29 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;86 extends TestUnhashableCollectionGenerator<Collection<UnhashableObject>> {
36 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;244 extends TestUnhashableCollectionGenerator<Set<UnhashableObject>>
32 TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>> class