doc / ch.tutteli.atrium.reporting / IAssertionFormatter

IAssertionFormatter

interface IAssertionFormatter

Represents a formatter for an IAssertion and its Messages.

Functions

format

abstract fun format(sb: StringBuilder, assertion: IAssertion, assertionFilter: (IAssertion) -> Boolean, messageFilter: (Message) -> Boolean): Unit

Formats the given assertion and appends the result to the given sb.