abstract class AssertionFormatterSpecBase
AssertionFormatterSpecBase(spec: <ERROR CLASS>.() -> Unit) | 
val arrow: String | 
|
val bulletPoint: String | 
|
val bulletPoints: <ERROR CLASS> | 
|
val featureBulletPoint: String | 
|
val indentArrow: <ERROR CLASS> | 
|
val indentBulletPoint: <ERROR CLASS> | 
|
val indentFeatureBulletPoint: <ERROR CLASS> | 
|
val indentListBulletPoint: <ERROR CLASS> | 
|
val listBulletPoint: String | 
|
var methodObject: AssertionFormatterMethodObject | 
|
var sb: StringBuilder | 
|
val separator: String | 
fun createFacade(): AssertionFormatterFacadefun createFacade(testeeFactory: (Map<Class<out BulletPointIdentifier>, String>, AssertionFormatterController, ObjectFormatter, Translator) -> AssertionFormatter): AssertionFormatterFacadefun createFacade(bulletPoint: <ERROR CLASS><Class<out BulletPointIdentifier>, String>, testeeFactory: (Map<Class<out BulletPointIdentifier>, String>, AssertionFormatterController, ObjectFormatter, Translator) -> AssertionFormatter): AssertionFormatterFacadefun createFacade(extendedBulletPoints: Map<Class<out BulletPointIdentifier>, String>, testeeFactory: (Map<Class<out BulletPointIdentifier>, String>, AssertionFormatterController, ObjectFormatter, Translator) -> AssertionFormatter): AssertionFormatterFacade | 
abstract class InvisibleAssertionGroupFormatterSpec : AssertionFormatterSpecBase | 
|
abstract class TextFallbackAssertionFormatterSpec : AssertionFormatterSpecBase | 
|
abstract class TextFeatureAssertionGroupFormatterSpec : AssertionFormatterSpecBase | 
|
abstract class TextIndentBasedAssertionGroupFormatterSpec<T : AssertionGroupType> : AssertionFormatterSpecBase | 
|
abstract class TextListBasedAssertionGroupFormatterSpec<T : AssertionGroupType> : AssertionFormatterSpecBase | 
|
abstract class TextSummaryAssertionGroupFormatterSpec : AssertionFormatterSpecBase |