doc / ch.tutteli.atrium.core / CoreFactoryCommon / newOnlyFailureReporter

newOnlyFailureReporter

abstract fun newOnlyFailureReporter(assertionFormatterFacade: AssertionFormatterFacade, atriumErrorAdjuster: AtriumErrorAdjuster): Reporter (source)

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.