Deprecated - will be removed with 0.17.0. Contains the ReporterBuilder.
data class AssertionFormatterChosenOptions
Represents the so far chosen options which are relevant to create AssertionFormatters. |
|
interface
Provides options to create an AssertionFormatterController. |
|
interface
Provides options to create an AssertionFormatterFacade. |
|
interface
Provides options to create an AssertionPairFormatter. |
|
interface
Provides common options to create an AtriumErrorAdjuster. |
|
interface
Provides options to create an AtriumErrorAdjusterOption. |
|
interface
Defines the contract to create custom assertion verbs, |
|
data class
Additional (non-mandatory) options for the ExpectBuilder to create an Expect. |
|
interface
Provides options to create a LocaleOrderDecider. |
|
interface MultipleAdjustersOption : AtriumErrorAdjusterCommonOption<Unit>
Provides options to combine multiple AtriumErrorAdjusters. |
|
interface
Provides options to create an ObjectFormatter. |
|
expect interface
Provides options to create a Translator or TranslationSupplier -- the platform specific interface might provide further options. |
|
interface
Provides options to create a Translator or TranslationSupplier -- those options have to be provided on all platforms. |
|
interface
Final step in the ReporterBuilder process, creates the desired Reporter. |
|
interface
Provides options to finalise the building process, which means creating a Reporter. |
|
expect interface
Provides options to register AssertionFormatters to the chosen AssertionFormatterFacade -- the platform specific interface might provide further options. |
|
interface
Provides options to register AssertionFormatters to the chosen AssertionFormatterFacade -- those options have to be provided on all platforms. |
|
expect interface
Provides options to create a Translator -- the platform specific interface might provide further options. |
|
interface
Provides options to create a Translator -- those options have to be provided on all platforms. |
annotation class MultipleAdjustersOptionMarker
DSL Marker for MultipleAdjustersOption |
val
Entry point to build a Reporter -- the first step provides options to create a Translator or a TranslationSupplier. |
fun <T> |