FsFlow.CheckModule.failIf
Returns success when the condition is false.
Parameters
cond: The boolean condition to check.
Returns
A Check that succeeds if cond is false.
Returns success when the condition is false.
cond: The boolean condition to check.A Check that succeeds if cond is false.