TestJsonProcessor class

The TestJsonProcessor consumes a list of events emitted by the json reporter to produce a test report.

It will determine the appropriate processor to use automatically by parsing the start event's protocolVersion.

Constructors

TestJsonProcessor({DateTime? timestamp})
Constructs a TestJsonProcessor from the timestamp of the start process time
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime?
Timestamp of the start process time
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(List<Map<String, dynamic>> events) Report
Generates a Report from a list of json events from the json reporter.
toString() String
A string representation of this object.
inherited

Operators

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