Uses of Class
org.assertj.core.error.ShouldBeNumeric.NumericType
-
Packages that use ShouldBeNumeric.NumericType Package Description org.assertj.core.error -
-
Uses of ShouldBeNumeric.NumericType in org.assertj.core.error
Methods in org.assertj.core.error that return ShouldBeNumeric.NumericType Modifier and Type Method Description static ShouldBeNumeric.NumericType
ShouldBeNumeric.NumericType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShouldBeNumeric.NumericType[]
ShouldBeNumeric.NumericType. 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 ShouldBeNumeric.NumericType Modifier and Type Method Description static ErrorMessageFactory
ShouldBeNumeric. shouldBeNumeric(java.lang.String actual, ShouldBeNumeric.NumericType type)
Creates a new
.ShouldBeNumeric
Constructors in org.assertj.core.error with parameters of type ShouldBeNumeric.NumericType Constructor Description ShouldBeNumeric(java.lang.String actual, ShouldBeNumeric.NumericType type)
-