Package | Description |
---|---|
io.vertx.rxjava.ext.unit |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TestCompletion> |
TestCompletion.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static TestCompletion |
TestCompletion.newInstance(TestCompletion arg) |
TestCompletion |
TestSuite.run()
Run the testsuite with the default options.
When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this
context's event loop is used for running the test suite.
|
TestCompletion |
TestSuite.run(TestOptions options)
Run the testsuite with the specified
options .
When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this
context's event loop is used for running the test suite unless the TestOptions
is set to false . |
TestCompletion |
TestSuite.run(Vertx vertx)
Run the testsuite with the default options and the specified
vertx instance.
The test suite will be executed on the event loop provided by the vertx argument. |
TestCompletion |
TestSuite.run(Vertx vertx,
TestOptions options)
Run the testsuite with the specified
options and the specified vertx instance.
The test suite will be executed on the event loop provided by the vertx argument when
TestOptions is not set to false . |
Copyright © 2021 Eclipse. All rights reserved.