FsFlow.CheckModule.okIfEmptyStr
Returns success when the string is null or empty.
Parameters
str: The string to check.
Returns
A Check that succeeds if the string is null or empty.
Returns success when the string is null or empty.
str: The string to check.A Check that succeeds if the string is null or empty.