fail
Fails the current test with the specified message.
Since Kotlin
1.0Parameters
message
the message to report.
Fails the current test with the specified message and cause exception.
Since Kotlin
1.4Parameters
message
the message to report.
cause
the exception to set as the root cause of the reported failure.