Uses of Class
io.vertx.rxjava3.ext.unit.Completion
-
Packages that use Completion Package Description io.vertx.rxjava3.ext.unit -
-
Uses of Completion in io.vertx.rxjava3.ext.unit
Subclasses of Completion in io.vertx.rxjava3.ext.unit Modifier and Type Class Description class
Async
An asynchronous exit point for a test.class
TestCompletion
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.Fields in io.vertx.rxjava3.ext.unit with type parameters of type Completion Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Completion>
Completion. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.unit that return 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)
-