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 NullPointerTesterNullPointerTester. ignore(Constructor<?> constructor)Ignoreconstructorin the tests that follow.NullPointerTesterNullPointerTester. ignore(Method method)Ignoremethodin the tests that follow.<T> NullPointerTesterNullPointerTester. setDefault(Class<T> type, T value)Sets a default value that can be used for any parameter of typetype.
-