Uses of Class
com.google.common.testing.NullPointerTester
Packages that use NullPointerTester
-
Uses of NullPointerTester in com.google.common.testing
Fields in com.google.common.testing declared as NullPointerTesterModifier and TypeFieldDescriptionprivate final NullPointerTesterClassSanityTester.nullPointerTesterMethods in com.google.common.testing that return NullPointerTesterModifier and TypeMethodDescriptionNullPointerTester.ignore(Constructor<?> constructor) Ignoreconstructorin the tests that follow.Ignoremethodin the tests that follow.NullPointerTester.setDefault(Class<T> type, T value) Sets a default value that can be used for any parameter of typetype.