expect interface TextAssertionFormatterOption : TextAssertionFormatterOptionCommon
(source)
Provides options to register AssertionFormatters to the chosen AssertionFormatterFacade -- the platform specific interface might provide further options.
abstract val assertionPairFormatter: AssertionPairFormatter
The previously chosen AssertionPairFormatter. |
|
abstract val options: AssertionFormatterChosenOptions
The so far chosen options which are relevant to create AssertionFormatters. |
open fun
Uses CoreFactory.registerTextAssertionFormatterCapabilities to register the default AssertionFormatters intended for text output -- using the defined assertionPairFormatter, AssertionFormatterChosenOptions.objectFormatter and AssertionFormatterChosenOptions.translator -- to the specified AssertionFormatterChosenOptions.assertionFormatterFacade where the given bulletPoints can be used to customise the predefined bullet points. |
fun create(options: AssertionFormatterChosenOptions, assertionPairFormatter: AssertionPairFormatter): TextAssertionFormatterOption |