open class ReportingOptions
Reporting options:
reporters is an array of reporter configurationsAuthor
Julien Viet
ReportingOptions()
Create a new empty options, with the default address out and no reporters. ReportingOptions(other: ReportingOptions)
Copy constructor. ReportingOptions(json: JsonObject)
Create a new options from the specified json. |
open fun addReporter(reportOptions: ReportOptions): ReportingOptions
Add a reporter to the current list. |
|
open fun getReporters(): MutableList<ReportOptions> |
|
open fun setReporters(reporters: MutableList<ReportOptions>): ReportingOptions
Replace the current list of reporters with a new one. |
|
open fun toJson(): JsonObject |
open class TestOptions : ReportingOptions
Test execution options:
|