TestScenarioStatus class

Constructors

TestScenarioStatus(String? currentActionId, Map<String, bool>? actionResultMap, Map<String, bool>? actionEndMap, TestScenarioState? state, String? stateString, DateTime? endTime, Exception? exception)
TestScenarioStatus.from(Map<String, dynamic> json)

Properties

actionEndMap Map<String, bool>?
no setter
actionResultMap Map<String, bool>?
no setter
currentActionId String?
no setter
endTime DateTime?
no setter
exception Exception?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state TestScenarioState?
no setter
stateString String?
no setter

Methods

getActionResult(String actionId) bool?
isActionEnd(String actionId) bool?
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