Uses of Enum Class
org.assertj.core.error.ShouldOnlyHaveFields.ErrorType
Packages that use ShouldOnlyHaveFields.ErrorType
-
Uses of ShouldOnlyHaveFields.ErrorType in org.assertj.core.error
Methods in org.assertj.core.error that return ShouldOnlyHaveFields.ErrorTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ShouldOnlyHaveFields.ErrorType[]
ShouldOnlyHaveFields.ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.assertj.core.error with parameters of type ShouldOnlyHaveFields.ErrorTypeModifierConstructorDescriptionprivate
ShouldOnlyHaveFields
(Class<?> actual, Collection<String> expected, Collection<String> notFoundOrNotExpected, ShouldOnlyHaveFields.ErrorType errorType, boolean declared)