TestStepBuilder class

Simple class that binds an available test step with the actual running test step.

Annotations

Constructors

TestStepBuilder({required AvailableTestStep availableTestStep, required TestRunnerStepBuilder testRunnerStepBuilder})

Properties

availableTestStep AvailableTestStep
The test step that can be selected by the user.
final
hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier (ideally; human readable) for the this step.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testRunnerStepBuilder TestRunnerStepBuilder
The builder that can build the actual test execution step.
final

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