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 primitivedoublearray.Validates the state of a primitivedoublearray.JavaCheckIf.checkIf(double[] value) Validates the state of a primitivedoublearray.Validates the state of a primitivedoublearray.DefaultJavaValidators.requireThat(double[] value, String name) Validates the state of a primitivedoublearray.JavaRequireThat.requireThat(double[] value, String name) Validates the state of a primitivedoublearray.DefaultJavaValidators.that(double[] value) Validates the state of a primitivedoublearray.Validates the state of a primitivedoublearray.JavaAssertThat.that(double[] value) Validates the state of a primitivedoublearray.Validates the state of a primitivedoublearray. -
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.