| Package | Description |
|---|---|
| io.vertx.ext.unit |
| Modifier and Type | Method and Description |
|---|---|
TestCompletion |
TestSuite.run()
Run the testsuite with the default options.
|
TestCompletion |
TestSuite.run(TestOptions options)
Run the testsuite with the specified
options. |
TestCompletion |
TestSuite.run(Vertx vertx)
Run the testsuite with the default options and the specified
vertx instance. |
TestCompletion |
TestSuite.run(Vertx vertx,
TestOptions options)
Run the testsuite with the specified
options and the specified vertx instance. |
Copyright © 2025 Eclipse. All rights reserved.