TextAssertionPairFormatter

Marker interface for AssertionPairFormatter which are intended for text output, e.g. for terminal output.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun format(parameterObject: AssertionFormatterParameterObject, translatable: Translatable, representation: Any)

Formats the assertion pair consisting of the given translatable and the given representation and appends the result to the sb of the given parameterObject.

Link copied to clipboard
abstract fun formatGroupHeader(parameterObject: AssertionFormatterParameterObject, assertionGroup: AssertionGroup, newParameterObject: AssertionFormatterParameterObject)

Formats the header (AssertionGroup.description and AssertionGroup.representation) of the given assertionGroup and appends the result to the sb of the given parameterObject.