Interface | Description |
---|---|
Checkpoint |
A test completion checkpoint, flagging it advances towards the test context completion.
|
ParameterClosingConsumer<T> |
A consumer to close extension parameters, like closing a Vert.x context, a web client, etc.
|
VertxExtensionParameterProvider<T> |
A
VertxExtension test method parameter provider service provider interface. |
VertxTestContext.ExecutionBlock |
Interface for an executable block of assertion code.
|
Class | Description |
---|---|
ScopedObject<T> |
A parameter as an object with a scope and that can be closed when the scope exits.
|
VertxExtension |
JUnit 5 Vert.x extension that allows parameter injection as well as an automatic lifecycle on the
VertxTestContext instance. |
VertxParameterProvider | |
VertxTestContext |
A test context to wait on the outcomes of asynchronous operations.
|
VertxTestContextParameterProvider |
Vert.x test context parameter provider holder class.
|
Annotation Type | Description |
---|---|
Timeout |
Specify how long
VertxTestContext.awaitCompletion(long, TimeUnit) waits before timing out. |
Copyright © 2021 Eclipse. All rights reserved.