| Package | Description |
|---|---|
| io.vertx.ext.unit |
| Modifier and Type | Method and Description |
|---|---|
TestOptions |
TestOptions.addReporter(ReportOptions reportOptions) |
TestOptions |
TestOptions.setReporters(List<ReportOptions> reporters) |
TestOptions |
TestOptions.setTimeout(long timeout)
Set the test timeout.
|
TestOptions |
TestOptions.setUseEventLoop(Boolean useEventLoop)
Configure the execution to use an event loop when there is no one existing.
|
| Modifier and Type | Method and Description |
|---|---|
TestCompletion |
TestSuite.run(TestOptions options)
Run the testsuite with the specified
options. |
TestCompletion |
TestSuite.run(Vertx vertx,
TestOptions options)
Run the testsuite with the specified
options and the specified vertx instance. |
| Constructor and Description |
|---|
TestOptions(TestOptions other)
Copy constructor.
|
Copyright © 2025 Eclipse. All rights reserved.