TestLauncher
classin packageklyn.unittest.launcher
public final class TestLauncher:
TestLauncher

Runs the Klyn test framework from application command-line arguments.

This launcher keeps starter scripts minimal while preserving one execution path for console output, JSON reports, package filters, and the graphical runner. Execution backends are loaded only after option parsing, so help and console runs do not initialize the GUI dependency graph.

Example
import klyn.unittest.launcher

exit(TestLauncher.run(arguments))
Methods
Modifier and Type Member Description
public static run
run(notnull arguments as IList<String>) as Int:
Parses command-line arguments and executes the requested test run.