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