StepDefinition<W extends ScenarioWorld> class
Constructors
-
StepDefinition({required RegExp pattern, required StepAction<
W> action, int priority = 100, StepTier tier = StepTier.project, String target = 'generic'}) -
const
-
StepDefinition.cucumber({required CucumberExpression expression, required TransformedStepAction<
W> action, int priority = 100, StepTier tier = StepTier.project, String target = 'generic'}) -
factory
Properties
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