unittest under betterC

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Sun Jun 4 20:43:17 UTC 2023


Unittests require some mechanism to execute them.

Druntime provides this capability by default.

You can do it manually by using ``__traits(getUnitTests)`` to get access 
to the symbols.

Personally I just use full D for unittests.


More information about the Digitalmars-d-learn mailing list