StartTestEvent.fromJson constructor

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

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

Implementation

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