Package | Description |
---|---|
io.vertx.rxjava.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 TypeArg<Completion> |
Completion.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static <T> Completion<T> |
Completion.newInstance(io.vertx.ext.unit.Completion arg) |
static <T> Completion<T> |
Completion.newInstance(io.vertx.ext.unit.Completion arg,
TypeArg<T> __typeArg_T) |
Copyright © 2019 Eclipse. All rights reserved.