BddTableTerm class abstract

Inheritance
Implementers

Constructors

BddTableTerm(BddFramework bdd, String tableName)

Properties

bdd BddFramework
finalinherited
hashCode int
The hash code for this object.
no setterinherited
rows List<row>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
final
text String
finalinherited
variation → _Variation
finalinherited

Methods

formatTable(BddConfig config) String
Here we have something like: { (number;123), (password;ABC) } { (number;456), (password;XYZ) }
keyword(BddConfig config) String
override
keywordPrefix(BddConfig config) String
override
keywordSuffix(BddConfig config) String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefix(BddConfig config) String
override
run(CodeRun? code) → void
Should be used to actually provide the code that runs the BDD.
spaces(BddConfig config) String
override
suffix(BddConfig config) String
override
toString([BddConfig config = BddConfig._default]) String
Tables have a special toString treatment.
override

Operators

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