class ReporterBuilder
A builder to create an IReporter consisting of several components.
class AssertionFormatterControllerOptions
Provides options to create an IAssertionFormatterController. |
|
class AssertionFormatterFacadeOptions
Provides options to create an IAssertionFormatterFacade. |
|
class AssertionFormatterOptions
Provides options to register IAssertionFormatters to the chosen IAssertionFormatterFacade. |
|
class ObjectFormatterOptions
Provides options to create an IObjectFormatter. |
ReporterBuilder(assertionFormatterFacade: IAssertionFormatterFacade)
A builder to create an IReporter consisting of several components. |
fun buildCustomReporter(factory: (IAssertionFormatterFacade) -> IReporter): IReporter
|
|
fun buildOnlyFailureReporter(): IReporter
|