public runSources(sources as IList<FilePath>) as TestReport:
Executes an explicit list of test source files.
Every source must be located below this runner's root and declare @TestClass. This entry point is intended for IDE actions on a test file or class.
| Parameter | Description |
|---|---|
sources | Test source files to execute. |
Complete structured report.
report = runner.runSources([
FilePath("tests/klyn/collections/ArrayTest.kn")
])