Uses of Interface
com.github.cowwoc.requirements10.java.validator.PrimitiveDoubleArrayValidator
Packages that use PrimitiveDoubleArrayValidator
Package
Description
-
Uses of PrimitiveDoubleArrayValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return PrimitiveDoubleArrayValidatorModifier and TypeMethodDescriptionDefaultJavaValidators.checkIf
(double[] value) Validates the state of a primitivedouble
array.Validates the state of a primitivedouble
array.JavaCheckIf.checkIf
(double[] value) Validates the state of a primitivedouble
array.Validates the state of a primitivedouble
array.DefaultJavaValidators.requireThat
(double[] value, String name) Validates the state of a primitivedouble
array.JavaRequireThat.requireThat
(double[] value, String name) Validates the state of a primitivedouble
array.DefaultJavaValidators.that
(double[] value) Validates the state of a primitivedouble
array.Validates the state of a primitivedouble
array.JavaAssertThat.that
(double[] value) Validates the state of a primitivedouble
array.Validates the state of a primitivedouble
array. -
Uses of PrimitiveDoubleArrayValidator in com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return PrimitiveDoubleArrayValidatorModifier and TypeMethodDescriptionPrimitiveDoubleArrayValidator.contains
(double expected) Ensures that the array contains an element.Ensures that the array contains an element.PrimitiveDoubleArrayValidator.doesNotContain
(double unwanted) Ensures that the array does not containunwanted
.PrimitiveDoubleArrayValidator.doesNotContain
(double unwanted, String name) Ensures that the array does not containunwanted
.PrimitiveDoubleArrayValidator.isSorted()
Ensures that the array is sorted by its natural ordering.