VertxTestContext.succeedingThenComplete() instead.VertxTestContext.failingThenComplete() or VertxTestContext.failing(Handler), for example
failing(e -> checkpoint.flag()), failing(e -> { more testing code }), or
failing(e -> {}).VertxTestContext.failNow(Throwable) with the message.Vertx object using default options.Vertx object using the specified options.Vertx object using the specified asynchronous supplier.Vertx object using the specified asynchronous supplier.VertxTestContext.succeedingThenComplete() or VertxTestContext.succeeding(Handler), for example
succeeding(value -> checkpoint.flag()), succeeding(value -> { more testing code }), or
succeeding(value -> {}).VertxTestContext.awaitCompletion(long, TimeUnit) waits before timing out.Vertx instances, including what shims like RxJava should use.VertxTestContext instance.VertxExtension test method parameter provider service provider interface.Copyright © 2022 Eclipse. All rights reserved.