interface IReporter
Represents a reporter which reports about IAssertions.
abstract fun format(assertion: IAssertion, 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. |