class OnlyFailureReporter : Reporter
(source)
A Reporter which reports only failing assertions.
OnlyFailureReporter(assertionFormatterFacade: AssertionFormatterFacade, atriumErrorAdjuster: AtriumErrorAdjuster)
A Reporter which reports only failing assertions. |
val atriumErrorAdjuster: AtriumErrorAdjuster
The adjuster which should be used to adjust the resulting AtriumError. |
fun format(assertion: Assertion, sb: StringBuilder): Unit
Formats the given assertion with the help of the defined assertionFormatterFacade and appends the result to the given sb but only in case the given assertionAssertion.holds. |