interface ReporterOption
(source)
Provides options to finalise the building process, which means creating a Reporter.
abstract val assertionFormatterFacade: AssertionFormatterFacade
The previously chosen AssertionFormatterFacade. |
|
abstract val atriumErrorAdjuster: AtriumErrorAdjuster
The previously chosen AtriumErrorAdjuster. |
abstract fun withCustomReporter(factory: (AssertionFormatterFacade, AtriumErrorAdjuster) -> Reporter): ReporterBuilderFinalStep
|
|
abstract fun withOnlyFailureReporter(): ReporterBuilderFinalStep
|
fun create(assertionFormatterFacade: AssertionFormatterFacade, atriumErrorAdjuster: AtriumErrorAdjuster): ReporterOption |