vertx / io.vertx.kotlin.ext.unit.report / ReportOptions

ReportOptions

fun ReportOptions(format: String? = null, to: String? = null): ReportOptions

A function providing a DSL for building io.vertx.ext.unit.report.ReportOptions objects.

Configures a reporter consisting in a name to, an address at and an optional format.

Parameters

format - Set the current reporter format.

to - Set the current reporter name.