public start( runner as TestRunner, packages as IList<String>, jsonOutput as String = "" ) as Void:
Starts a live package-filtered test execution.
| Parameter | Description |
|---|---|
runner | Configured test runner. |
packages | Package filters, or an empty list for the full suite. |
jsonOutput | Optional JSON destination written after completion. |
window.start(TestRunner(FolderPath("tests")), ["klyn.collections"])