doc / ch.tutteli.atrium.reporting

Package ch.tutteli.atrium.reporting

Types

IAssertionFormatter interface IAssertionFormatter

Represents a formatter for an IAssertion and its Messages.

IObjectFormatter interface IObjectFormatter

Represents a formatter for objects.

IReporter interface IReporter

Represents a reporter which reports about IAssertions.

RawString data class RawString

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

ReporterBuilder class ReporterBuilder

A builder to create an IReporter consisting of an IObjectFormatter which is used by an IAssertionFormatter which in turn is used by the created IReporter.