Package-level declarations

Contains (default) implementations of the interfaces defined in ch.tutteli.atrium.reporting.

Types

Link copied to clipboard

Responsible to call an appropriate AssertionFormatter which supports formating a given Assertion -- it does so by delegating this responsibility to the specified assertionFormatterController.

Link copied to clipboard

Represents an AssertionFormatterController which does nothing special in addition but just the job of the controller :)

Link copied to clipboard
class OnlyFailureReporter(assertionFormatterFacade: AssertionFormatterFacade) : Reporter

A Reporter which reports only failing assertions.