Contains default implementations of the interfaces defined in ch.tutteli.atrium.reporting.
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. |
|
class DefaultAssertionFormatterController : AssertionFormatterController
Represents an AssertionFormatterController which does nothing special in addition but just the job of the controller :) |
|
class OnlyFailureReporter : Reporter
A Reporter which reports only failing assertions. |