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
public static class RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler extends Object implements io.vertx.core.Handler<Void>
-
-
Constructor Summary
Constructors Constructor Description RunTestMethodOnVertxEventLoopContextHandler(Object testInstance, Method targetMethod, List<Object> methodArgs, UniAsserter uniAsserter, CompletableFuture<Object> future)
-
-
-
Constructor Detail
-
RunTestMethodOnVertxEventLoopContextHandler
public RunTestMethodOnVertxEventLoopContextHandler(Object testInstance, Method targetMethod, List<Object> methodArgs, UniAsserter uniAsserter, CompletableFuture<Object> future)
-
-