Package | Description |
---|---|
io.vertx.junit5 |
Modifier and Type | Method and 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.
|
Copyright © 2021 Eclipse. All rights reserved.