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