Package io.quarkus.test.vertx
Class RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxBlockingContextHandler
- java.lang.Object
-
- io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxBlockingContextHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.Promise<Object>>
- Enclosing class:
- RunOnVertxContextTestMethodInvoker
public static class RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxBlockingContextHandler extends Object implements io.vertx.core.Handler<io.vertx.core.Promise<Object>>
-
-
Constructor Summary
Constructors Constructor Description RunTestMethodOnVertxBlockingContextHandler(Object testInstance, Method targetMethod, List<Object> methodArgs, UniAsserter uniAsserter)
-
-
-
Constructor Detail
-
RunTestMethodOnVertxBlockingContextHandler
public RunTestMethodOnVertxBlockingContextHandler(Object testInstance, Method targetMethod, List<Object> methodArgs, UniAsserter uniAsserter)
-
-