Uses of Enum Class
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 class with the specified name.static ShouldContainOnlyNulls.ErrorType[]ShouldContainOnlyNulls.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.assertj.core.error with parameters of type ShouldContainOnlyNulls.ErrorTypeModifier and TypeMethodDescriptionprivate static StringShouldContainOnlyNulls.describe(ShouldContainOnlyNulls.ErrorType errorType) Constructors in org.assertj.core.error with parameters of type ShouldContainOnlyNulls.ErrorTypeModifierConstructorDescriptionprivateShouldContainOnlyNulls(Object actual, ShouldContainOnlyNulls.ErrorType errorType, Iterable<?> notExpected)