Uses of Interface
com.github.cowwoc.requirements10.java.validator.PrimitiveBooleanValidator
Packages that use PrimitiveBooleanValidator
Package
Description
-
Uses of PrimitiveBooleanValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return PrimitiveBooleanValidatorModifier and TypeMethodDescriptionstatic PrimitiveBooleanValidatorDefaultJavaValidators.checkIf(boolean value) Validates the state of abooleanstatic PrimitiveBooleanValidatorValidates the state of abooleanJavaCheckIf.checkIf(boolean value) Validates the state of aboolean.Validates the state of aboolean.static PrimitiveBooleanValidatorDefaultJavaValidators.requireThat(boolean value, String name) Validates the state of aboolean.JavaRequireThat.requireThat(boolean value, String name) Validates the state of aboolean.static PrimitiveBooleanValidatorDefaultJavaValidators.that(boolean value) Validates the state of aboolean.static PrimitiveBooleanValidatorValidates the state of aboolean.JavaAssertThat.that(boolean value) Validates the state of aboolean.Validates the state of aboolean. -
Uses of PrimitiveBooleanValidator in com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return PrimitiveBooleanValidatorModifier and TypeMethodDescriptionPrimitiveBooleanValidator.isEqualTo(boolean expected) Ensures that the value is equal toexpected.Ensures that the value is equal toexpected.PrimitiveBooleanValidator.isFalse()Ensures that the value isfalse.PrimitiveBooleanValidator.isNotEqualTo(boolean unwanted) Ensures that the value is not equal tounwanted.PrimitiveBooleanValidator.isNotEqualTo(boolean unwanted, String name) Ensures that the value is not equal tounwanted.PrimitiveBooleanValidator.isTrue()Ensures that the value istrue.