EnsembleTestReportDetails class

Human-readable run metadata for console reports (see TestReporter).

Constructors

EnsembleTestReportDetails({required String startScreen, String? endScreen, String? session, List<String> screensVisited = const [], List<String> stepsOutline = const [], List<int> stepDurationsMs = const [], List<String> stepStartTimes = const [], Map<String, Map<String, dynamic>> screens = const {}})
const
EnsembleTestReportDetails.fromJson(Map<String, dynamic> json)
factory

Properties

endScreen String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screens Map<String, Map<String, dynamic>>
Map from screen name to its captured artifacts (debugTree, performance, etc.)
final
screensVisited List<String>
final
session String?
final
startScreen String
Display start screen (explicit or inherited from runtime).
final
stepDurationsMs List<int>
Wall-clock ms for each top-level step (same order as EnsembleTestCase.steps). Shorter than the step list when the run failed mid-suite.
final
stepsOutline List<String>
final
stepStartTimes List<String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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