Command
Use this assertion type to run any free command and verify its output with your expected value.
This is based on "string contains" assertions.
Expecting
Use this type of assertion to verify against an expected output of the command.
Not Expecting
Use this type if you do not want your output to show the provided value.
Expecting AND conditions
Use this type if you do not want your output to show the provided value.
Expecting OR conditions
Use this type if you do not want your output to show the provided value.
Setup / Teardown
This test also offers separate command options as setup and teardown routine. Commands provided with these options, will be run prior and/or after the actual command of this test.
Last updated