Uses of Class
org.assertj.core.error.ShouldOnlyHaveFields.ErrorType
-
Packages that use ShouldOnlyHaveFields.ErrorType Package Description org.assertj.core.error -
-
Uses of ShouldOnlyHaveFields.ErrorType in org.assertj.core.error
Methods in org.assertj.core.error that return ShouldOnlyHaveFields.ErrorType Modifier and Type Method Description static ShouldOnlyHaveFields.ErrorTypeShouldOnlyHaveFields.ErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShouldOnlyHaveFields.ErrorType[]ShouldOnlyHaveFields.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 ShouldOnlyHaveFields.ErrorType Constructor Description ShouldOnlyHaveFields(Class<?> actual, Collection<String> expected, Collection<String> notFoundOrNotExpected, ShouldOnlyHaveFields.ErrorType errorType, boolean declared)
-