TestGuiLauncher
classin packageklyn.unittest.gui
public final class TestGuiLauncher:
TestGuiLauncher

Executes a parsed Klyn test request in the graphical test runner.

TestLauncher loads this backend only when --gui is selected, keeping console and help startup independent from the GUI library.

Example
import klyn.unittest
import klyn.unittest.gui

options = TestRunnerOptions.parse(["--gui", "klyn.collections"])
TestGuiLauncher.run(options)
Methods
Modifier and Type Member Description
public static run
run(notnull options as TestRunnerOptions) as Int:
Opens the live graphical runner for selected sources or packages.