StartTestEvent class

A single start event is emitted before any other events. It indicates that the test runner has started running.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

StartTestEvent({required String protocolVersion, required String? runnerVersion, required int pid, required int time})
A single start event is emitted before any other events. It indicates that the test runner has started running.
const
StartTestEvent.fromJson(Map<String, dynamic> json)
A single start event is emitted before any other events. It indicates that the test runner has started running.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pid int
The pid of the VM process running the tests.
final
protocolVersion String
The version of the JSON reporter protocol being used.
final
runnerVersion String?
The version of the test runner being used.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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