Uses of Interface
com.github.cowwoc.requirements10.java.validator.ByteArrayValidator
Packages that use ByteArrayValidator
-
Uses of ByteArrayValidator in com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return ByteArrayValidatorModifier and TypeMethodDescriptionByteArrayValidator.contains
(byte expected) Ensures that the array contains an element.Ensures that the array contains an element.ByteArrayValidator.doesNotContain
(byte unwanted) Ensures that the array does not containunwanted
.ByteArrayValidator.doesNotContain
(byte unwanted, String name) Ensures that the array does not containunwanted
.ByteArrayValidator.isSorted()
Ensures that the array is sorted by its natural ordering.