doc / ch.tutteli.atrium / IAtriumFactory / newOnlyFailureReporter

newOnlyFailureReporter

abstract fun newOnlyFailureReporter(assertionFormatterFacade: AssertionFormatterFacade): Reporter

Creates a Reporter which reports only failing assertions and uses the given assertionFormatterFacade to format assertions and messages.

Parameters

assertionFormatterFacade - The formatter which is used to format Assertions.

Return
The newly created reporter.