Uses of Interface
io.vertx.ext.unit.Completion
-
Packages that use Completion Package Description io.vertx.ext.unit io.vertx.reactivex.ext.unit io.vertx.rxjava3.ext.unit -
-
Uses of Completion in io.vertx.ext.unit
Subinterfaces of Completion in io.vertx.ext.unit Modifier and Type Interface Description interface
Async
An asynchronous exit point for a test.interface
TestCompletion
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails. -
Uses of Completion in io.vertx.reactivex.ext.unit
Methods in io.vertx.reactivex.ext.unit that return Completion Modifier and Type Method Description Completion
Completion. getDelegate()
Methods in io.vertx.reactivex.ext.unit with parameters of type Completion Modifier and Type Method Description static <T> Completion<T>
Completion. newInstance(Completion arg)
static <T> Completion<T>
Completion. newInstance(Completion arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Constructors in io.vertx.reactivex.ext.unit with parameters of type Completion Constructor Description Completion(Completion delegate)
-
Uses of Completion in io.vertx.rxjava3.ext.unit
Methods in io.vertx.rxjava3.ext.unit that return Completion Modifier and Type Method Description Completion
Completion. getDelegate()
Methods in io.vertx.rxjava3.ext.unit with parameters of type Completion Modifier and Type Method Description static <T> Completion<T>
Completion. newInstance(Completion arg)
static <T> Completion<T>
Completion. newInstance(Completion arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Constructors in io.vertx.rxjava3.ext.unit with parameters of type Completion Constructor Description Completion(Completion delegate)
-