Uses of Interface
io.github.cowwoc.requirements13.java.validator.PrimitiveBooleanValidator
Packages that use PrimitiveBooleanValidator
Package
Description
-
Uses of PrimitiveBooleanValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.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 io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type PrimitiveBooleanValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceValidates the state of aboolean.Methods in io.github.cowwoc.requirements13.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.