interface TextAssertionFormatterOptionCommon (source)
Provides options to register AssertionFormatters to the chosen AssertionFormatterFacade -- those options have to be provided on all platforms.
abstract val assertionPairFormatter: AssertionPairFormatter
The previously chosen AssertionPairFormatter.  | 
|
abstract val options: AssertionFormatterChosenOptions
The so far chosen options which are relevant to create AssertionFormatters.  | 
expect interface TextAssertionFormatterOption : TextAssertionFormatterOptionCommon
Provides options to register AssertionFormatters to the chosen AssertionFormatterFacade -- the platform specific interface might provide further options.  |