Uses of Class
com.google.common.testing.NullPointerTester.Visibility
-
Packages that use NullPointerTester.Visibility Package Description com.google.common.testing This package contains testing utilities. -
-
Uses of NullPointerTester.Visibility in com.google.common.testing
Fields in com.google.common.testing declared as NullPointerTester.Visibility Modifier and Type Field Description private NullPointerTester.VisibilityAbstractPackageSanityTests. visibilityMethods in com.google.common.testing that return NullPointerTester.Visibility Modifier and Type Method Description static NullPointerTester.VisibilityNullPointerTester.Visibility. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NullPointerTester.Visibility[]NullPointerTester.Visibility. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.testing with parameters of type NullPointerTester.Visibility Modifier and Type Method Description (package private) voidClassSanityTester. doTestNulls(java.lang.Class<?> cls, NullPointerTester.Visibility visibility)(package private) ImmutableList<java.lang.reflect.Method>NullPointerTester. getInstanceMethodsToTest(java.lang.Class<?> c, NullPointerTester.Visibility minimalVisibility)private booleanClassSanityTester. hasInstanceMethodToTestNulls(java.lang.Class<?> c, NullPointerTester.Visibility visibility)voidNullPointerTester. testConstructors(java.lang.Class<?> c, NullPointerTester.Visibility minimalVisibility)RunsNullPointerTester.testConstructor(java.lang.reflect.Constructor<?>)on every constructor in classcthat has at leastminimalVisibility.voidNullPointerTester. testInstanceMethods(java.lang.Object instance, NullPointerTester.Visibility minimalVisibility)RunsNullPointerTester.testMethod(java.lang.Object, java.lang.reflect.Method)on every instance method of the class ofinstancewith at leastminimalVisibility, including those inherited from superclasses of the same package.voidNullPointerTester. testStaticMethods(java.lang.Class<?> c, NullPointerTester.Visibility minimalVisibility)RunsNullPointerTester.testMethod(java.lang.Object, java.lang.reflect.Method)on every static method of classcthat has at leastminimalVisibility, including those "inherited" from superclasses of the same package.
-