Test.fromJson constructor

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

A single test case. The test's ID is unique in the context of this test run. It's used elsewhere in the protocol to refer to this test without including its full representation.

Implementation

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