Registry constructor

Registry(
  1. List<CapturedTest> _tests
)

Builds a registry from the codegen-produced list of captured tests.

Implementation

Registry(this._tests);