fun TestOptions(reporters: Iterable<ReportOptions>? = null, timeout: Long? = null, useEventLoop: Boolean? = null): TestOptions
A function providing a DSL for building io.vertx.ext.unit.TestOptions objects.
Test execution options:
reporters
- Replace the current list of reporters with a new one.
timeout
- Set the test timeout.
useEventLoop
- Configure the execution to use an event loop when there is no one existing.