unittest_preprocessor

D Documentation Generator

Members

Aliases

TestRange
alias TestRange = Tuple!(size_t, size_t, string)
  • First field: the byte index of the opening brace of the unittest
  • Second field: the byte index of the closing brace of the unittest
  • Third field: the comment attached to the unittest

Functions

getUnittestMap
TestRange[][size_t] getUnittestMap(Module m)

Meta

Authors

Brian Schott