Uses of Class
com.google.common.testing.ClassSanityTester
-
Packages that use ClassSanityTester Package Description com.google.common.testing This package contains testing utilities. -
-
Uses of ClassSanityTester in com.google.common.testing
Fields in com.google.common.testing declared as ClassSanityTester Modifier and Type Field Description private ClassSanityTesterAbstractPackageSanityTests. testerprivate ClassSanityTesterClassSanityTester.SerializableDummyProxy. testerMethods in com.google.common.testing that return ClassSanityTester Modifier and Type Method Description <T> ClassSanityTesterClassSanityTester. setDefault(java.lang.Class<T> type, T value)Sets the default value fortype.<T> ClassSanityTesterClassSanityTester. setDistinctValues(java.lang.Class<T> type, T value1, T value2)Sets distinct values fortype, so that when a classFoois tested forObject.equals(java.lang.Object)andObject.hashCode(), and its construction requires a parameter oftype, the distinct values oftypecan be passed as parameters to createFooinstances that are unequal.Constructors in com.google.common.testing with parameters of type ClassSanityTester Constructor Description SerializableDummyProxy(ClassSanityTester tester)
-