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

reportOptionsOf

fun reportOptionsOf(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.