Uses of Enum
org.assertj.core.error.ShouldContainOnly.ErrorType
Packages that use ShouldContainOnly.ErrorType
-
Uses of ShouldContainOnly.ErrorType in org.assertj.core.error
Methods in org.assertj.core.error that return ShouldContainOnly.ErrorTypeModifier and TypeMethodDescriptionstatic ShouldContainOnly.ErrorType
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.Constructors in org.assertj.core.error with parameters of type ShouldContainOnly.ErrorTypeModifierConstructorDescriptionprivate
ShouldContainOnly
(Object actual, Object expected, Iterable<?> notFoundOrNotExpected, ShouldContainOnly.ErrorType errorType, ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)