unit_threaded.list

Undocumented in source.

Members

Aliases

TestFunction
alias TestFunction = void function()

Common data for test functions and test classes

Functions

getBuiltinTests
auto getBuiltinTests()

Finds all built-in unittest blocks in the given module. @return An array of TestData structs

getTestClasses
auto getTestClasses()

Finds all test classes (classes implementing a test() function) in the given module

getTestFunctions
auto getTestFunctions()

Finds all test functions in the given module. Returns an array of TestData structs

Structs

TestData
struct TestData
Undocumented in source.

Meta