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

ReportOptions

open class ReportOptions

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

Author
Julien Viet

Constructors

<init>

ReportOptions()
ReportOptions(other: ReportOptions)
ReportOptions(json: JsonObject)

Properties

DEFAULT_FORMAT

static val DEFAULT_FORMAT: String

The simple format is the default format value.

DEFAULT_TO

static val DEFAULT_TO: String

The console is the default to value.

Functions

getFormat

open fun getFormat(): String

getTo

open fun getTo(): String

setFormat

open fun setFormat(format: String): ReportOptions

Set the current reporter format.

setTo

open fun setTo(to: String): ReportOptions

Set the current reporter name.

toJson

open fun toJson(): JsonObject