class AssertionPairFormatterOptions
(source)Provides options to create an AssertionPairFormatter.
AssertionPairFormatterOptions(options: AssertionFormatterChosenOptions)
Provides options to create an AssertionPairFormatter. |
fun withSameLineTextAssertionFormatter(vararg bulletPoints: <ERROR CLASS><Class<out BulletPointIdentifier>, String>): ReporterBuilder |
|
fun withTextAssertionPairFormatter(factory: (ObjectFormatter, Translator) -> AssertionPairFormatter): TextAssertionFormatterOptions
Uses the given factory to build a custom AssertionPairFormatter. |
|
fun withTextSameLineAssertionPairFormatter(): TextAssertionFormatterOptions
Uses CoreFactory.newTextSameLineAssertionPairFormatter as AssertionPairFormatter. |