GroupTestEvent.fromJson constructor

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

A group event is emitted before any TestStartEvent for tests in a given group. This is the only event that contains the full metadata about a group; future events will refer to the group by its opaque ID.

Implementation

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