Uses of Class
org.assertj.core.error.ShouldContainOnly.ErrorType
-
Packages that use ShouldContainOnly.ErrorType Package Description org.assertj.core.error -
-
Uses of ShouldContainOnly.ErrorType in org.assertj.core.error
Methods in org.assertj.core.error that return ShouldContainOnly.ErrorType Modifier and Type Method Description static ShouldContainOnly.ErrorTypeShouldContainOnly.ErrorType. valueOf(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.Constructors in org.assertj.core.error with parameters of type ShouldContainOnly.ErrorType Constructor Description ShouldContainOnly(Object actual, Object expected, Iterable<?> notFoundOrNotExpected, ShouldContainOnly.ErrorType errorType, ComparisonStrategy comparisonStrategy)
-