Uses of Class
com.google.common.testing.NullPointerTester
-
Packages that use NullPointerTester Package Description com.google.common.testing This package contains testing utilities. -
-
Uses of NullPointerTester in com.google.common.testing
Fields in com.google.common.testing declared as NullPointerTester Modifier and Type Field Description private NullPointerTester
ClassSanityTester. nullPointerTester
Methods in com.google.common.testing that return NullPointerTester Modifier and Type Method Description NullPointerTester
NullPointerTester. ignore(java.lang.reflect.Method method)
Ignoremethod
in the tests that follow.<T> NullPointerTester
NullPointerTester. setDefault(java.lang.Class<T> type, T value)
Sets a default value that can be used for any parameter of typetype
.
-