StepsExecutionStatus class abstract

A run/feature/scenario status of multiple steps, maybe with undefined ones.

Inheritance
Implementers

Constructors

StepsExecutionStatus(Formatter? fmt)

Properties

boilerplate String
A boilerplate (in Dart) of undefinedSteps.
no setter
duration Duration
how long the item took to execute
no setterinherited
fmt Formatter?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sw Stopwatch
getter/setter pairinherited
undefinedSteps List<StepStatus>
Undefined steps.
no setter

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