Uses of Interface
com.github.cowwoc.requirements10.java.validator.PrimitiveBooleanArrayValidator
Packages that use PrimitiveBooleanArrayValidator
Package
Description
-
Uses of PrimitiveBooleanArrayValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return PrimitiveBooleanArrayValidatorModifier and TypeMethodDescriptionDefaultJavaValidators.checkIf
(boolean[] value) Validates the state of a primitiveboolean
array.Validates the state of a primitiveboolean
array.JavaCheckIf.checkIf
(boolean[] value) Validates the state of a primitiveboolean
array.Validates the state of a primitiveboolean
array.DefaultJavaValidators.requireThat
(boolean[] value, String name) Validates the state of a primitiveboolean
array.JavaRequireThat.requireThat
(boolean[] value, String name) Validates the state of a primitiveboolean
array.DefaultJavaValidators.that
(boolean[] value) Validates the state of a primitiveboolean
array.Validates the state of a primitiveboolean
array.JavaAssertThat.that
(boolean[] value) Validates the state of a primitiveboolean
array.Validates the state of a primitiveboolean
array. -
Uses of PrimitiveBooleanArrayValidator in com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return PrimitiveBooleanArrayValidatorModifier and TypeMethodDescriptionPrimitiveBooleanArrayValidator.contains
(boolean expected) Ensures that the array contains an element.Ensures that the array contains an element.PrimitiveBooleanArrayValidator.doesNotContain
(boolean unwanted) Ensures that the array does not containunwanted
.PrimitiveBooleanArrayValidator.doesNotContain
(boolean unwanted, String name) Ensures that the array does not containunwanted
.