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