TestRunner constructor

TestRunner(
  1. Project project
)

Implementation

factory TestRunner(Project project) => _TestRunner(project);