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(): IAssertionFormatterFacade fun createFacade(testeeFactory: (Map<Class<out IBulletPointIdentifier>, String>, IAssertionFormatterController, IObjectFormatter, ITranslator) -> IAssertionFormatter): IAssertionFormatterFacade fun createFacade(bulletPoint: <ERROR CLASS><Class<out IBulletPointIdentifier>, String>, testeeFactory: (Map<Class<out IBulletPointIdentifier>, String>, IAssertionFormatterController, IObjectFormatter, ITranslator) -> IAssertionFormatter): IAssertionFormatterFacade fun createFacade(extendedBulletPoints: Map<Class<out IBulletPointIdentifier>, String>, testeeFactory: (Map<Class<out IBulletPointIdentifier>, String>, IAssertionFormatterController, IObjectFormatter, ITranslator) -> IAssertionFormatter): IAssertionFormatterFacade |
abstract class IndentBasedAssertionGroupFormatterSpec<T : IAssertionGroupType> : AssertionFormatterSpecBase |
|
abstract class InvisibleAssertionGroupFormatterSpec : AssertionFormatterSpecBase |
|
abstract class TextFallbackAssertionFormatterSpec : AssertionFormatterSpecBase |
|
abstract class TextFeatureAssertionGroupFormatterSpec : AssertionFormatterSpecBase |
|
abstract class TextListBasedAssertionGroupFormatterSpec<T : IAssertionGroupType> : AssertionFormatterSpecBase |
|
abstract class TextSummaryAssertionGroupFormatterSpec : AssertionFormatterSpecBase |