Searched refs:ClassSanityTester (Results 1 – 14 of 14) sorted by relevance
79 public final class ClassSanityTester { class107 public ClassSanityTester() { in ClassSanityTester() method in ClassSanityTester129 public <T> ClassSanityTester setDefault(Class<T> type, T value) { in setDefault()151 public <T> ClassSanityTester setSampleInstances(Class<T> type, Iterable<? extends T> instances) { in setSampleInstances()179 public <T> ClassSanityTester setDistinctValues(Class<T> type, T value1, T value2) { in setDistinctValues()805 private transient final ClassSanityTester tester;807 SerializableDummyProxy(ClassSanityTester tester) { in SerializableDummyProxy()
124 private final ClassSanityTester tester = new ClassSanityTester();
25 import com.google.common.testing.ClassSanityTester.FactoryMethodReturnsNullException;26 import com.google.common.testing.ClassSanityTester.ParameterHasNoDistinctValueException;27 import com.google.common.testing.ClassSanityTester.ParameterNotInstantiableException;50 private final ClassSanityTester tester = new ClassSanityTester();593 new ClassSanityTester().forAllPublicStaticMethods(JdkObjectFactory.class).testNulls(); in testReturnValuesFromAnotherPackageIgnoredForNullTests()653 new ClassSanityTester().doTestEquals(SetWrapper.class); in testEquals_setOfNonInstantiable()
31 new ClassSanityTester() in testNulls()
674 new ClassSanityTester() in testNulls()
24 import com.google.common.testing.ClassSanityTester;338 private static ClassSanityTester.FactoryMethodReturnValueTester sanityTester() { in sanityTester()339 return new ClassSanityTester() in sanityTester()
29 import com.google.common.testing.ClassSanityTester;159 new ClassSanityTester()
35 import com.google.common.testing.ClassSanityTester;1344 new ClassSanityTester()
26 import com.google.common.testing.ClassSanityTester;251 new ClassSanityTester() in testAdapters_nullChecks()
50 import com.google.common.testing.ClassSanityTester;605 new ClassSanityTester() in testExecutors_nullCheck()
42 import com.google.common.testing.ClassSanityTester;2592 new ClassSanityTester()
24 import com.google.common.testing.ClassSanityTester;397 new ClassSanityTester().forAllPublicStaticMethods(Suppliers.class) in testSuppliersNullChecks()403 new ClassSanityTester().forAllPublicStaticMethods(Suppliers.class) in testSuppliersSerializable()
23 import com.google.common.testing.ClassSanityTester;433 new ClassSanityTester().forAllPublicStaticMethods(Functions.class).testNulls(); in testNulls()438 new ClassSanityTester().forAllPublicStaticMethods(Functions.class).testEqualsAndSerializable(); in testEqualsAndSerializable()
25 import com.google.common.testing.ClassSanityTester;917 new ClassSanityTester().forAllPublicStaticMethods(Predicates.class).testNulls(); in testNulls()922 new ClassSanityTester().forAllPublicStaticMethods(Predicates.class).testEqualsAndSerializable(); in testEqualsAndSerializable()