BddScenario class
Constructors
- BddScenario(BddFramework bdd, String text)
Properties
- bdd → BddFramework
-
finalinherited
- containsExample → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
finalinherited
- variation → _Variation
-
finalinherited
Methods
-
given(
String text) → BddGiven -
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
-
note(
String text) → BddGiven -
prefix(
BddConfig config) → String -
override
-
spaces(
BddConfig config) → String -
override
-
suffix(
BddConfig config) → String -
override
-
toString(
[BddConfig config = BddConfig._default]) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited