doc / ch.tutteli.atrium.reporting / Reporter

Reporter

interface Reporter

Represents a reporter which reports about Assertions.

Properties

atriumErrorAdjuster

abstract val atriumErrorAdjuster: AtriumErrorAdjuster

The AtriumErrorAdjuster which shall be used to modify stack traces in reporting.

Functions

format

abstract fun format(assertion: Assertion, sb: StringBuilder): 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.