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(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.Constructors in org.assertj.core.error with parameters of type ShouldContainOnly.ErrorType Constructor Description ShouldContainOnly(java.lang.Object actual, java.lang.Object expected, java.lang.Iterable<?> notFoundOrNotExpected, ShouldContainOnly.ErrorType errorType, ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)
-