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