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