doc / ch.tutteli.atrium.domain.builders.reporting / ReporterBuilderFinalStep

ReporterBuilderFinalStep

interface ReporterBuilderFinalStep (source)
Deprecated: Configure components via withOptions when creating an expectation verb instead; will be removed with 0.17.0

Final step in the ReporterBuilder process, creates the desired Reporter.

Functions

build

abstract fun build(): Reporter

Creates and returns the new Reporter.

Companion Object Functions

create

fun create(factory: () -> Reporter): ReporterBuilderFinalStep