Uses of Enum
org.assertj.core.error.ShouldContainExactlyInAnyOrder.ErrorType
Packages that use ShouldContainExactlyInAnyOrder.ErrorType
-
Uses of ShouldContainExactlyInAnyOrder.ErrorType in org.assertj.core.error
Methods in org.assertj.core.error that return ShouldContainExactlyInAnyOrder.ErrorTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ShouldContainExactlyInAnyOrder.ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.assertj.core.error with parameters of type ShouldContainExactlyInAnyOrder.ErrorTypeModifierConstructorDescriptionprivate
ShouldContainExactlyInAnyOrder
(Object actual, Object expected, Iterable<?> notFoundOrNotExpected, ShouldContainExactlyInAnyOrder.ErrorType errorType, ComparisonStrategy comparisonStrategy)