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