moduleTestData

Finds all built-in unittest blocks in the given module.

@safe pure nothrow
moduleTestData
(
alias module_
)
()

Parameters

module_

The module to reflect on. Can be a symbol or a string.

Return Value

Type: TestData[]

An array of TestData structs

Meta