klyn.unittest.TestRunner.TestRunner
constructor
public TestRunner(root as FolderPath):
Description

Creates a test runner rooted at root.

Parameters
ParameterDescription
rootClass-loader root containing the klyn test package.
Example
runner = TestRunner(FolderPath("tests"))