Package | Description |
---|---|
io.vertx.reactivex.ext.unit |
Modifier and Type | Class and Description |
---|---|
class |
Async
An asynchronous exit point for a test.
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
class |
TestCompletion
This object provides callback-ability for the end of a test suite, the completion succeeds
when all tests pass otherwise it fails.
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Completion> |
Completion.__TYPE_ARG |
Modifier and Type | Method and 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) |
Copyright © 2021 Eclipse. All rights reserved.