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
Methods in com.google.common.testing that return NullPointerTester Modifier and Type Method Description NullPointerTester
NullPointerTester. ignore(Constructor<?> constructor)
Ignoreconstructor
in the tests that follow.NullPointerTester
NullPointerTester. ignore(Method method)
Ignoremethod
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 typetype
.
-