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 NullPointerTesterClassSanityTester. nullPointerTesterMethods in com.google.common.testing that return NullPointerTester Modifier and Type Method Description NullPointerTesterNullPointerTester. ignore(java.lang.reflect.Constructor<?> constructor)Ignoreconstructorin the tests that follow.NullPointerTesterNullPointerTester. ignore(java.lang.reflect.Method method)Ignoremethodin the tests that follow.<T> NullPointerTesterNullPointerTester. setDefault(java.lang.Class<T> type, T value)Sets a default value that can be used for any parameter of typetype.
-