| Package | Description |
|---|---|
| io.vertx.ext.unit | |
| io.vertx.groovy.ext.unit | |
| io.vertx.rxjava.ext.unit |
| Modifier and Type | Interface and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Completion_GroovyExtension.handler(Completion j_receiver,
Handler<AsyncResult<Object>> completionHandler) |
| Modifier and Type | Method and Description |
|---|---|
Completion |
Completion.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Completion |
Completion.newInstance(Completion arg) |
static <T> Completion |
Completion.newInstance(Completion arg,
TypeArg<T> __typeArg_T) |
| Constructor and Description |
|---|
Completion(Completion delegate) |
Completion(Completion delegate,
TypeArg<T> typeArg_0) |
Copyright © 2017. All rights reserved.