Home
last modified time | relevance | path

Searched refs:ClassSanityTester (Results 1 – 14 of 14) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
DClassSanityTester.java79 public final class ClassSanityTester { class
107 public ClassSanityTester() { in ClassSanityTester() method in ClassSanityTester
129 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()
DAbstractPackageSanityTests.java124 private final ClassSanityTester tester = new ClassSanityTester();
/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java25 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()
DRelationshipTesterTest.java31 new ClassSanityTester() in testNulls()
DFreshValueGeneratorTest.java674 new ClassSanityTester() in testNulls()
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java24 import com.google.common.testing.ClassSanityTester;
338 private static ClassSanityTester.FactoryMethodReturnValueTester sanityTester() { in sanityTester()
339 return new ClassSanityTester() in sanityTester()
/external/guava/guava-tests/test/com/google/common/collect/
DEnumMultisetTest.java29 import com.google.common.testing.ClassSanityTester;
159 new ClassSanityTester()
DIterablesTest.java35 import com.google.common.testing.ClassSanityTester;
1344 new ClassSanityTester()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJdkFutureAdaptersTest.java26 import com.google.common.testing.ClassSanityTester;
251 new ClassSanityTester() in testAdapters_nullChecks()
DMoreExecutorsTest.java50 import com.google.common.testing.ClassSanityTester;
605 new ClassSanityTester() in testExecutors_nullCheck()
DFuturesTest.java42 import com.google.common.testing.ClassSanityTester;
2592 new ClassSanityTester()
/external/guava/guava-tests/test/com/google/common/base/
DSuppliersTest.java24 import com.google.common.testing.ClassSanityTester;
397 new ClassSanityTester().forAllPublicStaticMethods(Suppliers.class) in testSuppliersNullChecks()
403 new ClassSanityTester().forAllPublicStaticMethods(Suppliers.class) in testSuppliersSerializable()
DFunctionsTest.java23 import com.google.common.testing.ClassSanityTester;
433 new ClassSanityTester().forAllPublicStaticMethods(Functions.class).testNulls(); in testNulls()
438 new ClassSanityTester().forAllPublicStaticMethods(Functions.class).testEqualsAndSerializable(); in testEqualsAndSerializable()
DPredicatesTest.java25 import com.google.common.testing.ClassSanityTester;
917 new ClassSanityTester().forAllPublicStaticMethods(Predicates.class).testNulls(); in testNulls()
922 new ClassSanityTester().forAllPublicStaticMethods(Predicates.class).testEqualsAndSerializable(); in testEqualsAndSerializable()