Package | Description |
---|---|
com.google.common.testing |
This package contains testing utilities.
|
Modifier and Type | Field and Description |
---|---|
private NullPointerTester.ExceptionTypePolicy |
NullPointerTester.policy |
Modifier and Type | Method and Description |
---|---|
static NullPointerTester.ExceptionTypePolicy |
NullPointerTester.ExceptionTypePolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NullPointerTester.ExceptionTypePolicy[] |
NullPointerTester.ExceptionTypePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|