Package io.vertx.junit5
Interface Checkpoint
-
- All Known Implementing Classes:
CountingCheckpoint
public interface Checkpoint
A test completion checkpoint, flagging it advances towards the test context completion.- Author:
- Julien Ponge
- See Also:
VertxTestContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flag()
Flags the checkpoint.
-