doc / ch.tutteli.atrium.spec.reporting / AssertionFormatterSpecBase

AssertionFormatterSpecBase

abstract class AssertionFormatterSpecBase

Constructors

<init>

AssertionFormatterSpecBase(spec: <ERROR CLASS>.() -> Unit)

Companion Object Properties

arrow

val arrow: String

bulletPoint

val bulletPoint: String

bulletPoints

val bulletPoints: <ERROR CLASS>

featureBulletPoint

val featureBulletPoint: String

indentArrow

val indentArrow: <ERROR CLASS>

indentBulletPoint

val indentBulletPoint: <ERROR CLASS>

indentFeatureBulletPoint

val indentFeatureBulletPoint: <ERROR CLASS>

indentListBulletPoint

val indentListBulletPoint: <ERROR CLASS>

listBulletPoint

val listBulletPoint: String

methodObject

var methodObject: AssertionFormatterMethodObject

sb

var sb: StringBuilder

separator

val separator: String

Companion Object Functions

createFacade

fun createFacade(): AssertionFormatterFacade
fun createFacade(testeeFactory: (Map<Class<out BulletPointIdentifier>, String>, AssertionFormatterController, ObjectFormatter, Translator) -> AssertionFormatter): AssertionFormatterFacade
fun createFacade(bulletPoint: <ERROR CLASS><Class<out BulletPointIdentifier>, String>, testeeFactory: (Map<Class<out BulletPointIdentifier>, String>, AssertionFormatterController, ObjectFormatter, Translator) -> AssertionFormatter): AssertionFormatterFacade
fun createFacade(extendedBulletPoints: Map<Class<out BulletPointIdentifier>, String>, testeeFactory: (Map<Class<out BulletPointIdentifier>, String>, AssertionFormatterController, ObjectFormatter, Translator) -> AssertionFormatter): AssertionFormatterFacade

Inheritors

InvisibleAssertionGroupFormatterSpec

abstract class InvisibleAssertionGroupFormatterSpec : AssertionFormatterSpecBase

TextFallbackAssertionFormatterSpec

abstract class TextFallbackAssertionFormatterSpec : AssertionFormatterSpecBase

TextFeatureAssertionGroupFormatterSpec

abstract class TextFeatureAssertionGroupFormatterSpec : AssertionFormatterSpecBase

TextIndentBasedAssertionGroupFormatterSpec

abstract class TextIndentBasedAssertionGroupFormatterSpec<T : AssertionGroupType> : AssertionFormatterSpecBase

TextListBasedAssertionGroupFormatterSpec

abstract class TextListBasedAssertionGroupFormatterSpec<T : AssertionGroupType> : AssertionFormatterSpecBase

TextSummaryAssertionGroupFormatterSpec

abstract class TextSummaryAssertionGroupFormatterSpec : AssertionFormatterSpecBase