Uses of Class
com.google.common.testing.NullPointerTester.Visibility

Packages that use NullPointerTester.Visibility
com.google.common.testing   
 

Uses of NullPointerTester.Visibility in com.google.common.testing
 

Methods in com.google.common.testing that return NullPointerTester.Visibility
static NullPointerTester.Visibility NullPointerTester.Visibility.valueOf(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
 void NullPointerTester.testConstructors(Class<?> c, NullPointerTester.Visibility minimalVisibility)
          Runs NullPointerTester.testConstructor(java.lang.reflect.Constructor) on every constructor in class c that has at least minimalVisibility.
 void NullPointerTester.testInstanceMethods(Object instance, NullPointerTester.Visibility minimalVisibility)
          Runs NullPointerTester.testMethod(java.lang.Object, java.lang.reflect.Method) on every instance method of the class of instance with at least minimalVisibility, including those inherited from superclasses of the same package.
 void NullPointerTester.testStaticMethods(Class<?> c, NullPointerTester.Visibility minimalVisibility)
          Runs NullPointerTester.testMethod(java.lang.Object, java.lang.reflect.Method) on every static method of class c that has at least minimalVisibility, including those "inherited" from superclasses of the same package.
 



Copyright © 2010-2012. All Rights Reserved.