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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process(
List< Map< events) → ReportString, dynamic> > - 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