Package | Description |
---|---|
io.vertx.reactivex.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 |
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 |
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 |
Copyright © 2023 Eclipse. All rights reserved.