| Package | Description |
|---|---|
| org.assertj.core.error |
| Modifier and Type | Method and Description |
|---|---|
static ShouldOnlyHaveFields.ErrorType |
ShouldOnlyHaveFields.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShouldOnlyHaveFields.ErrorType[] |
ShouldOnlyHaveFields.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ShouldOnlyHaveFields(java.lang.Class<?> actual,
java.util.Collection<java.lang.String> expected,
java.util.Collection<java.lang.String> notFoundOrNotExpected,
ShouldOnlyHaveFields.ErrorType errorType,
boolean declared) |