DebugTestEvent class

A debug event is emitted after (although not necessarily directly after) a SuiteTestEvent, and includes information about how to debug that suite. It's only emitted if the --debug flag is passed to the test runner.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

DebugTestEvent({required int suiteID, required String? observatory, required String? remoteDebugger, required int time})
A debug event is emitted after (although not necessarily directly after) a SuiteTestEvent, and includes information about how to debug that suite. It's only emitted if the --debug flag is passed to the test runner.
const
DebugTestEvent.fromJson(Map<String, dynamic> json)
A debug event is emitted after (although not necessarily directly after) a SuiteTestEvent, and includes information about how to debug that suite. It's only emitted if the --debug flag is passed to the test runner.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
observatory String?
The HTTP URL for the Dart Observatory, or null if the Observatory isn't available for this suite.
final
remoteDebugger String?
The HTTP URL for the remote debugger for this suite's host page, or null if no remote debugger is available for this suite.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suiteID int
The suite for which debug information is reported.
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