klyn.unittest.gui.TestRunnerWidget.start
method
public start(
runner as TestRunner,
packages as IList<String>,
jsonOutput as String = ""
) as Void:
Description

Starts a package-filtered test execution.

Parameters
ParameterDescription
runnerConfigured test runner.
packagesPackage filters, or an empty list for all tests.
jsonOutputOptional report destination.
Example
view.start(TestRunner(FolderPath("tests")), ["klyn.io"])