Text specific, in other words terminal specific, reporting contracts.
interface BulletPointProvider
Responsible to provide custom bullet points used in text reporting. |
|
interface TextAssertionFormatter : AssertionFormatter
Marker interface for AssertionFormatter which are intended for text output, e.g. for terminal output. |
|
interface TextAssertionPairFormatter : AssertionPairFormatter
Marker interface for AssertionPairFormatter which are intended for text output, e.g. for terminal output. |
|
interface TextMethodCallFormatter : MethodCallFormatter
Marker interface for AssertionFormatter which are intended for text output, e.g. for terminal output. |
|
interface TextObjectFormatter : ObjectFormatter
Marker interface for ObjectFormatter which are intended for text output, e.g. for terminal output. |
|
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. |