TestPlanV1 constructor

const TestPlanV1({
  1. required List<TestPlanEntry> tests,
})

Creates a test plan.

Implementation

const TestPlanV1({required this.tests});