allTestData

Finds all unittest blocks in the given modules. Template parameters are module symbols or their string representation.

@safe pure nothrow
allTestData
(
Modules...
)
()

Examples

import my.test.module;
auto testData = allTestData!(my.test.module, "other.test.module");

Meta