Finds all unittest blocks in the given modules. Template parameters are module symbols or their string representation.
import my.test.module; auto testData = allTestData!(my.test.module, "other.test.module");
See Implementation
Finds all unittest blocks in the given modules. Template parameters are module symbols or their string representation.