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

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

Uses of NullPointerTester in com.google.common.testing
 

Methods in com.google.common.testing that return NullPointerTester
 NullPointerTester NullPointerTester.ignore(Method method)
          Ignore method in the tests that follow.
<T> NullPointerTester
NullPointerTester.setDefault(Class<T> type, T value)
          Sets a default value that can be used for any parameter of type type.
 



Copyright © 2010-2013. All Rights Reserved.