fun fail(error: AssertionError): Nothing
Platform and version requirements: Common
Fail the test with the given {@link AssertionError}.
fun fail(message: String, expected: Any? = NONE, actual: Any? = NONE): Nothing
Platform and version requirements: Common
Fail the test with the given message.