StepDefinitionGeneric<TWorld extends World> class abstract

Implementers

Constructors

StepDefinitionGeneric(StepDefinitionConfiguration? config, int _expectParameterCount)

Properties

config StepDefinitionConfiguration?
final
hashCode int
The hash code for this object.
no setterinherited
pattern Pattern
no setter
reporter Reporter
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration?
no setter
world → TWorld
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onRun(Iterable parameters) Future<void>
run(TWorld world, Reporter reporter, Duration defaultTimeout, Iterable parameters) Future<StepResult>
toString() String
A string representation of this object.
inherited

Operators

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