assertk / assertk / fail

fail

(common) fun fail(error: AssertionError): Nothing
(jvm) fun 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.