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