DoneTestEvent class

An event indicating the result of the entire test run. This will be the final event emitted by the reporter.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

DoneTestEvent({required bool? success, required int time})
An event indicating the result of the entire test run. This will be the final event emitted by the reporter.
const
DoneTestEvent.fromJson(Map<String, dynamic> json)
An event indicating the result of the entire test run. This will be the final event emitted by the reporter.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool?
Whether all tests succeeded (or were skipped).
final
time int
The time (in milliseconds) that has elapsed since the test runner started.
finalinherited
type String
The type of the event.
finalinherited

Methods

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