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