Finds all test cases. Template parameters are module strings.
Finds all test cases. Template parameters are module symbols.
Finds all built-in unittest blocks in the given modules. Recurses into structs, classes, and unions of the modules.
Attributes of each test.
Names a test function / built-in unittest based on @Name or string UDAs on it. If none are found, "returns" an empty string
Compile-time reflection to find unit tests and set their properties.