vertx / io.vertx.kotlin.ext.unit / TestOptions

TestOptions

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:

Parameters

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.