klyn.unittest.TestRunner.discover
method
public discover(packageFilters as IList<String>) as ArrayList<FilePath>:
Description

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.

Parameters
ParameterDescription
packageFiltersPackage roots to include.
Returns

Sorted absolute test source paths.

Example
files = runner.discover(["klyn.data", "klyn.io"])