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 primitivechararray.Validates the state of a primitivechararray.JavaCheckIf.checkIf(char[] value) Validates the state of a primitivechararray.Validates the state of a primitivechararray.DefaultJavaValidators.requireThat(char[] value, String name) Validates the state of a primitivechararray.JavaRequireThat.requireThat(char[] value, String name) Validates the state of a primitivechararray.DefaultJavaValidators.that(char[] value) Validates the state of a primitivechararray.Validates the state of a primitivechararray.JavaAssertThat.that(char[] value) Validates the state of a primitivechararray.Validates the state of a primitivechararray. -
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.