BddConfig class

Constructors

BddConfig({BddKeywords keywords = const BddKeywords(), BddKeywords prefix = BddKeywords.empty, BddKeywords suffix = BddKeywords.empty, BddKeywords keywordPrefix = BddKeywords.empty, BddKeywords keywordSuffix = BddKeywords.empty, int indent = 2, bool rightAlignKeywords = false, String padChar = ' ', String endOfLineChar = '\n', String tableDivider = '|', String space = ' ', Object? transformDescribe(Object?)?})
const

Properties

endOfLineChar String
final
hashCode int
The hash code for this object.
no setterinherited
indent int
final
keywordPrefix BddKeywords
The keywordPrefix is before the keyword. The keywordSuffix is after the keyword.
final
keywords BddKeywords
The keywords themselves.
final
keywordSuffix BddKeywords
The keywordPrefix is before the keyword. The keywordSuffix is after the keyword.
final
padChar String
final
prefix BddKeywords
The prefix is after the keywords and before the term. The suffix is after the term.
final
rightAlignKeywords bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space String
final
spaces String
no setter
suffix BddKeywords
The prefix is after the keywords and before the term. The suffix is after the term.
final
tableDivider String
final
transformDescribe → (Object? Function(Object?)?)
In tables and examples the output of values to feature files is done with toString(). However, this can be overridden here for your business classes. Note: If you return null the values won't be changed. Example:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited