klyn.unittest.gui.TestGuiLauncher.run
method
public static run(notnull options as TestRunnerOptions) as Int:
Description

Opens the live graphical runner for selected sources or packages.

Parameters
ParameterDescription
optionsParsed test runner options.
Returns

Window event-loop status.

Example
options = TestRunnerOptions.parse(["--gui", "klyn.io"])
exitCode = TestGuiLauncher.run(options)