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 PrimitiveByteArrayValidatorDefaultJavaValidators.checkIf(byte[] value) Validates the state of a primitivebytearray.static PrimitiveByteArrayValidatorValidates the state of a primitivebytearray.JavaCheckIf.checkIf(byte[] value) Validates the state of a primitivebytearray.Validates the state of a primitivebytearray.static PrimitiveByteArrayValidatorDefaultJavaValidators.requireThat(byte[] value, String name) Validates the state of a primitivebytearray.JavaRequireThat.requireThat(byte[] value, String name) Validates the state of a primitivebytearray.static PrimitiveByteArrayValidatorDefaultJavaValidators.that(byte[] value) Validates the state of a primitivebytearray.static PrimitiveByteArrayValidatorValidates the state of a primitivebytearray.JavaAssertThat.that(byte[] value) Validates the state of a primitivebytearray.Validates the state of a primitivebytearray. -
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.