Uses of Enum
org.assertj.core.error.ShouldContainOnlyNulls.ErrorType
Packages that use ShouldContainOnlyNulls.ErrorType
-
Uses of ShouldContainOnlyNulls.ErrorType in org.assertj.core.error
Subclasses with type arguments of type ShouldContainOnlyNulls.ErrorType in org.assertj.core.errorMethods 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 StringShouldContainOnlyNulls.describe(ShouldContainOnlyNulls.ErrorType errorType) Constructors in org.assertj.core.error with parameters of type ShouldContainOnlyNulls.ErrorTypeModifierConstructorDescriptionprivateShouldContainOnlyNulls(Object actual, ShouldContainOnlyNulls.ErrorType errorType, Iterable<?> notExpected)