base » assertNotEmpty(text)
Description
This command asserts that text
is not empty - in other word, text
contains at least 1 character.
Parameters
- text - the text that is expected NOT to be empty.
Example
Script:
Output:
This command asserts that text
is not empty - in other word, text
contains at least 1 character.
Script:
Output: