doc / ch.tutteli.atrium.reporting.impl

Package ch.tutteli.atrium.reporting.impl

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

Types

AssertionFormatterControllerBasedFacade

class AssertionFormatterControllerBasedFacade : AssertionFormatterFacade

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

DefaultAssertionFormatterController

class DefaultAssertionFormatterController : AssertionFormatterController

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

OnlyFailureReporter

class OnlyFailureReporter : Reporter

A Reporter which reports only failing assertions.