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.
Author
Julien Ponge
VertxExtension()
JUnit 5 Vert.x extension that allows the injection of Vertx and VertxTestContext parameters as well as an automatic lifecycle on the VertxTestContext instance. |
fun afterAll(context: ExtensionContext): Unit |
|
fun afterEach(context: ExtensionContext): Unit |
|
fun afterTestExecution(context: ExtensionContext): Unit |
|
fun beforeAll(context: ExtensionContext): Unit |
|
fun beforeEach(context: ExtensionContext): Unit |
|
fun beforeTestExecution(context: ExtensionContext): Unit |
|
fun resolveParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Any |
|
fun supportsParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Boolean |