Package io.quarkus.test.vertx
Class RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler
java.lang.Object
io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler
- All Implemented Interfaces:
io.vertx.core.Handler<Void>
- Enclosing class:
- RunOnVertxContextTestMethodInvoker
-
Constructor Summary
ConstructorsConstructorDescriptionRunTestMethodOnVertxEventLoopContextHandler(Object testInstance, Method targetMethod, List<Object> methodArgs, UniAsserter uniAsserter, CompletableFuture<Object> future) -
Method Summary
-
Constructor Details
-
RunTestMethodOnVertxEventLoopContextHandler
public RunTestMethodOnVertxEventLoopContextHandler(Object testInstance, Method targetMethod, List<Object> methodArgs, UniAsserter uniAsserter, CompletableFuture<Object> future)
-
-
Method Details
-
handle
- Specified by:
handlein interfaceio.vertx.core.Handler<Void>
-