Uses of Class
com.google.common.testing.NullPointerTester
Packages that use NullPointerTester
-
Uses of NullPointerTester in com.google.common.testing
Methods in com.google.common.testing that return NullPointerTesterModifier and TypeMethodDescriptionNullPointerTester.ignore
(Constructor<?> constructor) Ignoreconstructor
in the tests that follow.Ignoremethod
in the tests that follow.NullPointerTester.setDefault
(Class<T> type, T value) Sets a default value that can be used for any parameter of typetype
.