vertx / io.vertx.ext.unit.report / ReportingOptions / setReporters

setReporters

open fun setReporters(reporters: MutableList<ReportOptions>): ReportingOptions

Replace the current list of reporters with a new one.

Parameters

reporters - the new reporters

Return
a reference to this, so the API can be used fluently