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