open class VertxExtension : ParameterResolver, AfterAllCallback
(source)
A junit5 extension, that provides a Vert.X instance for tests. The Vert.X instance created for the test suite and injected into any tests with parameters annotated by VertxInstance.
VertxExtension()
A junit5 extension, that provides a Vert.X instance for tests. The Vert.X instance created for the test suite and injected into any tests with parameters annotated by VertxInstance. |
open fun afterAll(context: ExtensionContext): Unit |
|
open fun resolveParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Any |
|
open fun supportsParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Boolean |