vertx / io.vertx.ext.unit / TestOptions / <init>

<init>

TestOptions()

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

TestOptions(other: TestOptions)

Copy constructor.

Parameters

other - the options to copy

TestOptions(json: JsonObject)

Create a new options from the specified json.

Parameters

json - the json to create from