Uses of Interface
io.vertx.junit5.Checkpoint
-
Packages that use Checkpoint Package Description io.vertx.junit5 -
-
Uses of Checkpoint in io.vertx.junit5
Classes in io.vertx.junit5 that implement Checkpoint Modifier and Type Class Description class
CountingCheckpoint
Checkpoints that count the number of flag invocations.Methods in io.vertx.junit5 that return Checkpoint Modifier and Type Method Description Checkpoint
VertxTestContext. checkpoint()
Create a strict checkpoint.Checkpoint
VertxTestContext. checkpoint(int requiredNumberOfPasses)
Create a strict checkpoint.Checkpoint
VertxTestContext. laxCheckpoint()
Create a lax checkpoint.Checkpoint
VertxTestContext. laxCheckpoint(int requiredNumberOfPasses)
Create a lax checkpoint.Method parameters in io.vertx.junit5 with type arguments of type Checkpoint Modifier and Type Method Description static CountingCheckpoint
CountingCheckpoint. laxCountingCheckpoint(java.util.function.Consumer<Checkpoint> satisfactionTrigger, int requiredNumberOfPasses)
static CountingCheckpoint
CountingCheckpoint. strictCountingCheckpoint(java.util.function.Consumer<Checkpoint> satisfactionTrigger, java.util.function.Consumer<Throwable> overuseTrigger, int requiredNumberOfPasses)
-