TextAssertionFormatter
Marker interface for AssertionFormatter which are intended for text output, e.g. for terminal output.
Inheritors
Functions
Link copied to clipboard
Formats the given assertion and appends the result to the sb of the given parameterObject.
Link copied to clipboard
abstract fun formatGroup(assertionGroup: AssertionGroup, parameterObject: AssertionFormatterParameterObject, formatAssertions: (AssertionFormatterParameterObject, (Assertion) -> Unit) -> Unit)
Formats the given assertionGroup and appends the result to the sb of the given parameterObject.
Link copied to clipboard
abstract fun formatNonGroup(assertion: Assertion, parameterObject: AssertionFormatterParameterObject)
Formats the given assertion and appends the result to the sb of the given parameterObject.