JsonReporter class

Implemented types

Constructors

JsonReporter({String path = './report.json', WriteReportCallback? writeReport})

Properties

feature ReportActionHandler<FeatureMessage>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenario ReportActionHandler<ScenarioMessage>
no setteroverride
step ReportActionHandler<StepMessage>
no setteroverride
test ReportActionHandler<TestMessage>
no setteroverride
writeReport WriteReportCallback?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onException(Object exception, StackTrace stackTrace) Future<void>
override
onSaveReport(String jsonReport, String path) Future<void>
serialize() String
override
toString() String
A string representation of this object.
inherited

Operators

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