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

Starts a live package-filtered test execution.

Parameters
ParameterDescription
runnerConfigured test runner.
packagesPackage filters, or an empty list for the full suite.
jsonOutputOptional JSON destination written after completion.
Example
window.start(TestRunner(FolderPath("tests")), ["klyn.collections"])