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