doc / ch.tutteli.atrium / IAtriumFactory / newOnlyFailureReporter

newOnlyFailureReporter

abstract fun newOnlyFailureReporter(assertionFormatterFacade: AssertionFormatterFacade): Reporter (source)
Deprecated: use AssertImpl.coreFactory instead, will be removed with 1.0.0

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.