Reporter

interface Reporter(source)

Represents a reporter which reports about Assertions.

Inheritors

Functions

Link copied to clipboard
abstract fun format(assertion: Assertion, sb: StringBuilder)

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