Expand description
Utility library of helper macros for working with unit tests.
§Macros
actual!
- declare actual variable with differingdebug
andrelease
syntaxexpect!
- declare expected variable with differingdebug
andrelease
valuescapture!
- capturesstdout
andstderr
for testing output
Macros§
- Macro to define different actual variables for
debug
andrelease
- Macro to capture
stdout
andstderr
during the evaluation of a statement - Macro to define different expected values for
debug
andrelease