BddKeywords class

Constructors

BddKeywords({String feature = 'Feature:', String scenario = 'Scenario:', String scenarioOutline = 'Scenario Outline:', String given = 'Given', String when = 'When', String then = 'Then', String and = 'And', String but = 'But', String comment = '#', String examples = 'Examples:', String table = ''})
const
BddKeywords.only({String feature = '', String scenario = '', String scenarioOutline = '', String given = '', String when = '', String then = '', String and = '', String but = '', String comment = '', String examples = '', String table = ''})
const

Properties

and String
final
but String
final
comment String
final
examples String
final
feature String
final
given String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenario String
final
scenarioOutline String
final
table String
final
then String
final
when String
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

Constants

empty → const BddKeywords