Searched refs:SetCreationTester (Results 1 – 3 of 3) sorted by relevance
32 import com.google.common.collect.testing.testers.SetCreationTester;91 .suppressing(SetCreationTester.class.getMethods()) in createDerivedSuites()103 .suppressing(SetCreationTester.class.getMethods()) in createDerivedSuites()
24 import com.google.common.collect.testing.testers.SetCreationTester;58 testers.add(SetCreationTester.class); in getTesters()
39 public class SetCreationTester<E> extends AbstractSetTester<E> { class