class AssertionFormatterOptions
Provides options to register IAssertionFormatters to the chosen IAssertionFormatterFacade.
See Also
AssertionFormatterFacadeOptions
AssertionFormatterOptions(assertionFormatterFacade: IAssertionFormatterFacade, objectFormatter: IObjectFormatter, translator: ITranslator)
Provides options to register IAssertionFormatters to the chosen IAssertionFormatterFacade. |
fun withAssertionFormatter(assertionFormatterFactory: (IAssertionFormatterController) -> IAssertionFormatter): ReporterBuilder
Uses the given assertionFormatterFactory to create a IAssertionFormatter. |
|
fun
Uses AtriumFactory.registerSameLineTextAssertionFormatterCapabilities. |
|
fun withSameLineTextAssertionFormatter(vararg bulletPoints: <ERROR CLASS><Class<out IBulletPointIdentifier>, String>): ReporterBuilder
Uses AtriumFactory.registerSameLineTextAssertionFormatterCapabilities. |