Asserts that the string is non-empty.
Aliases: not to be empty
.
expect('Hello', 'to be non-empty');
In case of a failing expectation you get the following output:
expect('', 'to be non-empty');
expected '' to be non-empty
Asserts that the string is non-empty.
Aliases: not to be empty
.
expect('Hello', 'to be non-empty');
In case of a failing expectation you get the following output:
expect('', 'to be non-empty');
expected '' to be non-empty