vertx / io.vertx.junit5 / VertxTestContext / failNow

failNow

fun failNow(t: Throwable): Unit

Make the test context fail immediately, making the corresponding test fail.

Parameters

t - the cause of failure.