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 PrimitiveBooleanValidator
DefaultJavaValidators.checkIf
(boolean value) Validates the state of aboolean
static PrimitiveBooleanValidator
Validates the state of aboolean
JavaCheckIf.checkIf
(boolean value) Validates the state of aboolean
.Validates the state of aboolean
.static PrimitiveBooleanValidator
DefaultJavaValidators.requireThat
(boolean value, String name) Validates the state of aboolean
.JavaRequireThat.requireThat
(boolean value, String name) Validates the state of aboolean
.static PrimitiveBooleanValidator
DefaultJavaValidators.that
(boolean value) Validates the state of aboolean
.static PrimitiveBooleanValidator
Validates 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
.