public startSources( runner as TestRunner, sources as IList<FilePath>, jsonOutput as String = "" ) as Void:
Starts a live execution for explicit test source files.
| Parameter | Description |
|---|---|
runner | Configured test runner. |
sources | Files declaring @TestClass. |
jsonOutput | Optional JSON destination written after completion. |
window.startSources(
TestRunner(FolderPath("tests")),
[FilePath("tests/klyn/StringTest.kn")]
)