deferAssert

Sounds like a contradiction of terms, but this is just intended to allow unittests to output ALL failures instead of only outputting the first one and then stopping.

template deferAssert (
string condStr
string msg = ""
) {}

Members

Manifest constants

deferAssert
enum deferAssert;
Undocumented in source.

Meta