RunStatus class

Feedback from a run of one or more features

Inheritance

Constructors

RunStatus(Formatter? fmt)

Properties

boilerplate String
A boilerplate (in Dart) of undefinedSteps.
no setterinherited
duration Duration
how long the item took to execute
no setterinherited
error String
no setter
failed bool
Has the run failed ? (any feature failed)
no setter
failedFeatures List<FeatureStatus>
getter/setter pair
failedFeaturesCount int
no setter
failedScenarios int
no setter
failures List<StepFailure?>
Failures
no setter
features List<FeatureStatus>
no setter
fmt Formatter?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
passed bool
Has the run passed ? (all features passed)
no setter
passedFeatures List<FeatureStatus>
getter/setter pair
passedFeaturesCount int
Features
no setter
passedScenarios int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippedFeatures List<FeatureStatus>
getter/setter pair
skippedFeaturesCount int
no setter
skippedScenarios int
no setter
sw Stopwatch
getter/setter pairinherited
trace String
no setter
undefinedSteps List<StepStatus>
Undefined steps
no setteroverride
undefinedStepsCount int
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