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.
assertionFormatterFacade
- The formatter which is used to format Assertions.
Return
The newly created reporter.