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