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