Uses of Class
com.google.common.testing.ClassSanityTester

Packages that use ClassSanityTester
com.google.common.testing This package contains testing utilities. 
 

Uses of ClassSanityTester in com.google.common.testing
 

Methods in com.google.common.testing that return ClassSanityTester
<T> ClassSanityTester
ClassSanityTester.setDefault(Class<T> type, T value)
          Sets the default value for type.
<T> ClassSanityTester
ClassSanityTester.setSampleInstances(Class<T> type, Iterable<? extends T> instances)
          Sets sample instances for type for purpose of equals testing, where different values are needed to test inequality.
 



Copyright © 2010-2013. All Rights Reserved.