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 Details

    • RunTestMethodOnVertxBlockingContextHandler

      public RunTestMethodOnVertxBlockingContextHandler(Object testInstance, Method targetMethod, List<Object> methodArgs, UniAsserter uniAsserter)
  • Method Details

    • handle

      public void handle(io.vertx.core.Promise<Object> promise)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.core.Promise<Object>>