log
Provides methods for printing user defined messages to test results.
Last updated
Was this helpful?
Provides methods for printing user defined messages to test results.
Print a DEBUG message.
Parameters:
msg
String
Message to print.
Print an ERROR message.
Parameters:
msg
String
Message to print.
Print an INFO message.
Parameters:
msg
String
Message to print.
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:
msg
String
Message to print.
Last updated
Was this helpful?
Was this helpful?