StepDefinitionBase<TWorld extends World> class abstract

Inheritance
Implementers

Constructors

StepDefinitionBase(StepDefinitionConfiguration? config, int expectParameterCount)

Properties

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

Methods

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

Operators

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