fun fail(error: AssertionError): Nothingfun fail(error: AssertionError): Nothing
Fail the test with the given {@link AssertionError}.
(common, jvm)fun fail(message: String, expected: Any? = NONE, actual: Any? = NONE): Nothing
Fail the test with the given message.