format

abstract fun format(assertion: Assertion, sb: StringBuilder)(source)

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

Parameters

sb

The StringBuilder which can be used for reporting.

assertion

The assertion which should be considered for reporting.