Registry constructor
Registry(
- List<
CapturedTest> _tests
Builds a registry from the codegen-produced list of captured tests.
Implementation
Registry(this._tests);
Builds a registry from the codegen-produced list of captured tests.
Registry(this._tests);