collectAndRunTests

Collects test data from each module in Modules and runs tests with the supplied command-line arguments.

Each module in the list must be a string and the respective D module must define a module-level function called testData that returns TestData (obtained by calling allTestData on a list of modules to reflect to). This convoluted way of discovering and running tests is offered to possibly distribute the compile-time price of using reflection to find tests. This is advanced usage.

template collectAndRunTests(Modules...)
int
collectAndRunTests
(
string[] args
)

Members

Functions

collectAndRunTests
int collectAndRunTests(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin disableDefaultRunner
Undocumented in source.

Meta