vertx / io.vertx.ext.unit.report / ReportingOptions / <init>

<init>

ReportingOptions()

Create a new empty options, with the default address out and no reporters.

ReportingOptions(other: ReportingOptions)

Copy constructor.

Parameters

other - the options to copy

ReportingOptions(json: JsonObject)

Create a new options from the specified json.

Parameters

json - the json to create from