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