TestStartEvent.fromJson constructor

TestStartEvent.fromJson(
  1. Map<String, dynamic> json
)

An event emitted when a test begins running. This is the only event that contains the full metadata about a test; future events will refer to the test by its opaque ID.

Implementation

factory TestStartEvent.fromJson(Map<String, dynamic> json) =>
    _$TestStartEventFromJson(json);