unit_threaded.runner

Undocumented in source.

Members

Functions

runTests
int runTests(string[] args)

Runs all tests in passed-in modules. Modules can be symbols or strings. Arguments are taken from the command-line. -s Can be passed to run in single-threaded mode. The rest of argv is considered to be test names to be run.

runTests
bool runTests(Options options)

Runs all tests in passed-in modules. Modules are symbols.

runTests
bool runTests(Options options)

Runs all tests in passed-in modules. Modules are strings.

Meta