public discover(packageFilters as IList<String>) as ArrayList<FilePath>:
Discovers test files matching zero or more package roots.
A package selects itself and all subpackages. An empty list selects every test below the klyn package.
| Parameter | Description |
|---|---|
packageFilters | Package roots to include. |
Sorted absolute test source paths.
files = runner.discover(["klyn.data", "klyn.io"])