public final class 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.
import klyn.unittest import klyn.unittest.gui options = TestRunnerOptions.parse(["--gui", "klyn.collections"]) TestGuiLauncher.run(options)
| Modifier and Type | Member | Description |
|---|---|---|
| public static | runrun(notnull options as TestRunnerOptions) as Int: |
Opens the live graphical runner for selected sources or packages. |