StepStatus class

Feedback from one step's execution.

Inheritance

Constructors

StepStatus(Formatter? fmt)

Properties

crashed bool
Has the step crashed ?
no setter
decodedVerbiage String?
what is the name of the step with the exampleRow decoded into it?
getter/setter pair
defined bool
Was the step defined ?
getter/setter pair
duration Duration
how long the item took to execute
no setterinherited
failed bool
Has the step failed ?
no setter
failure StepFailure?
A possible failure.
getter/setter pair
fmt Formatter?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
out StringBuffer
getter/setter pair
passed bool
Has the step passed ?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipped bool
getter/setter pair
step ↔ _Step?
The step that generated this status information.
getter/setter pair
sw Stopwatch
getter/setter pairinherited

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