StepDefinitionGeneric<TWorld extends World> class
- Implementers
Constructors
- StepDefinitionGeneric(StepDefinitionConfiguration config, int _expectParameterCount)
Properties
- config → StepDefinitionConfiguration
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- pattern → RegExp
-
read-only
- reporter → Reporter
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- timeout → Duration
-
read-only
- world → TWorld
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
onRun(
Iterable parameters) → Future< void> -
run(
TWorld world, Reporter reporter, Duration defaultTimeout, Iterable parameters) → Future< StepResult> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited