Uses of Interface
io.github.cowwoc.requirements13.java.validator.PrimitiveByteArrayValidator
Packages that use PrimitiveByteArrayValidator
Package
Description
-
Uses of PrimitiveByteArrayValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.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 io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type PrimitiveByteArrayValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceValidates the state of abyte[].interfaceValidates the state of abyte[].interfaceValidates the state of abyte[].Methods in io.github.cowwoc.requirements13.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.