interface Checkpoint
A test completion checkpoint, flagging it advances towards the test context completion. |
|
class VertxExtension : ParameterResolver, BeforeTestExecutionCallback, AfterTestExecutionCallback, BeforeEachCallback, AfterEachCallback, BeforeAllCallback, AfterAllCallback
JUnit 5 Vert.x extension that allows the injection of Vertx and VertxTestContext parameters as well as an automatic lifecycle on the VertxTestContext instance. |
|
class VertxTestContext
A test context to wait on the outcomes of asynchronous operations. |
class Timeout
Specify how long This annotation works on both test methods and test classes. |