doc / ch.tutteli.atrium.reporting / IReporter

IReporter

interface IReporter

Represents a reporter which reports about IAssertions.

Functions

format

abstract fun format(sb: StringBuilder, assertion: IAssertion): Unit

Reports about the given assertion, using the given sb where the actual implementation will decide whether the given assertion is noteworthy to be reported.