Class 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 Detail

      • RunTestMethodOnVertxBlockingContextHandler

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

      • handle

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