doc / ch.tutteli.atrium.reporting.text

Package ch.tutteli.atrium.reporting.text

Text specific, in other words terminal specific, reporting contracts.

Types

BulletPointProvider

interface BulletPointProvider

Responsible to provide custom bullet points used in text reporting.

TextAssertionFormatter

interface TextAssertionFormatter : AssertionFormatter

Marker interface for AssertionFormatter which are intended for text output, e.g. for terminal output.

TextAssertionPairFormatter

interface TextAssertionPairFormatter : AssertionPairFormatter

Marker interface for AssertionPairFormatter which are intended for text output, e.g. for terminal output.

TextMethodCallFormatter

interface TextMethodCallFormatter : MethodCallFormatter

Marker interface for AssertionFormatter which are intended for text output, e.g. for terminal output.

TextObjectFormatter

interface TextObjectFormatter : ObjectFormatter

Marker interface for ObjectFormatter which are intended for text output, e.g. for terminal output.

UsingDefaultBulletPoints

object UsingDefaultBulletPoints : BulletPointProvider

Does not define custom bullet points, i.e. returns an empty map for getBulletPoints so that the default bullet points are used.