atrium-impl-common / ch.tutteli.atrium.reporting

Package ch.tutteli.atrium.reporting

Types

IAssertionFormatter

interface IAssertionFormatter

Represents a formatter for an IAssertion and its Messages.

IMethodCallFormatter

interface IMethodCallFormatter

Responsible to format a method call in reporting.

IObjectFormatter

interface IObjectFormatter

Represents a formatter for objects.

IRawString

interface IRawString

Marker interface for types which provide a raw string functionality and should be treated accordingly in reporting (e.g., in IObjectFormatter).

IReporter

interface IReporter

Represents a reporter which reports about IAssertions.

RawString

data class RawString : IRawString

Use this class to represent a String which should be treated as raw String in reporting.