interface AssertionPairFormatter
(source)
Represents a formatter of assertion pairs -- which consists of a Translatable and a representation.
abstract fun format(parameterObject: AssertionFormatterParameterObject, translatable: Translatable, representation: Any): Unit
Formats the assertion pair consisting of the given translatable and the given representation and appends the result to the sb of the given parameterObject. |
|
abstract fun formatGroupHeader(parameterObject: AssertionFormatterParameterObject, assertionGroup: AssertionGroup, newParameterObject: AssertionFormatterParameterObject): Unit
Formats the header (AssertionGroup.description and AssertionGroup.representation) of the given assertionGroup and appends the result to the sb of the given parameterObject. |