vertx / io.vertx.junit5 / VertxTestContext / checkpoint

checkpoint

fun checkpoint(): Checkpoint

Create a checkpoint.

Return
a checkpoint that requires 1 pass.

fun checkpoint(requiredNumberOfPasses: Int): Checkpoint

Create a checkpoint.

Parameters

requiredNumberOfPasses - the required number of passes to validate the checkpoint.

Return
a checkpoint that requires several passes.