vertx / io.vertx.junit5 / VertxTestContext / causeOfFailure

causeOfFailure

fun causeOfFailure(): Throwable

Give the cause of failure.

Return
the cause of failure, or null if the test context hasn't failed.