| Package | Description |
|---|---|
| org.assertj.core.error |
| Modifier and Type | Method and Description |
|---|---|
static ShouldContainOnlyNulls.ErrorType |
ShouldContainOnlyNulls.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShouldContainOnlyNulls.ErrorType[] |
ShouldContainOnlyNulls.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
ShouldContainOnlyNulls.describe(ShouldContainOnlyNulls.ErrorType errorType) |
| Constructor and Description |
|---|
ShouldContainOnlyNulls(java.lang.Object actual,
ShouldContainOnlyNulls.ErrorType errorType,
java.lang.Iterable<?> notExpected) |