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