class ReporterBuilder (source)
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.
| AssertionMessageBuilder |
class AssertionMessageBuilder |
| <init> |
ReporterBuilder(assertionFormatter: IAssertionFormatter)
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. |
| buildOnlyFailureReporting |
fun buildOnlyFailureReporting(): IReporter
|
| withDetailedObjectFormatter |
fun withDetailedObjectFormatter(): AssertionMessageBuilder
Uses AtriumFactory.newDetailedObjectFormatter as IObjectFormatter. |