log

Provides methods for printing user defined messages to test results.

debug

Print a DEBUG message.

Parameters:

error

Print an ERROR message.

Parameters:

info

Print an INFO message.

Parameters:

warn

Print a WARN message. This will mark the test with Warning status (unless the test fails later on, then it will be marked as Failed.).

Parameters:

Last updated