Uses of Enum
org.assertj.core.error.ShouldOnlyHaveFields.ErrorType
Packages that use ShouldOnlyHaveFields.ErrorType
-
Uses of ShouldOnlyHaveFields.ErrorType in org.assertj.core.error
Subclasses with type arguments of type ShouldOnlyHaveFields.ErrorType in org.assertj.core.errorMethods in org.assertj.core.error that return ShouldOnlyHaveFields.ErrorTypeModifier and TypeMethodDescriptionReturns 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.ErrorTypeModifierConstructorDescriptionprivateShouldOnlyHaveFields(Class<?> actual, Collection<String> expected, Collection<String> notFoundOrNotExpected, ShouldOnlyHaveFields.ErrorType errorType, boolean declared)