public static run(notnull arguments as IList<String>) as Int:
Parses command-line arguments and executes the requested test run.
The test root is resolved from Application.properties["klyn.sourceDirectory"]. The returned value is suitable for Application.exit().
| Parameter | Description |
|---|---|
arguments | Command-line options and package filters. |
Application.EXIT_SUCCESS when the requested operation succeeds, otherwise Application.EXIT_FAILURE; graphical mode returns the window event-loop status.
exitCode = TestLauncher.run(["--json", "klyn.collections"]) exit(exitCode)