- _deferAssert
bool _deferAssert(bool condResult)
Undocumented in source. Be warned that the author may not have intended to support it.
- _deferAssertException
void _deferAssertException(Object thrown)
Undocumented in source. Be warned that the author may not have intended to support it.
- _deferEnsure
bool _deferEnsure(T valueResult, bool condResult)
Undocumented in source. Be warned that the author may not have intended to support it.
- _deferEnsureException
void _deferEnsureException(Object thrown)
Undocumented in source. Be warned that the author may not have intended to support it.
- _deferEnsureThrows
void _deferEnsureThrows(Object thrown)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertPred
void assertPred(L lhs, R rhs, string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertPred
void assertPred(L lhs, R rhs, string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertPred
void assertPred(L lhs, R rhs, string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertPred
void assertPred(L lhs, R rhs, E expected, string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertPred
void assertPred(L lhs, R rhs, E expected, string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertPred
void assertPred(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertPred
void assertPred(T a, U b)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertPred
void assertPred(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- flushAsserts
void flushAsserts()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAssertCount
uint getAssertCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- resetAssertCount
void resetAssertCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- unittestSection
string unittestSection(string sectionName, string unittestBody)
- writeUnittestSection
void writeUnittestSection(string sectionName)
Undocumented in source. Be warned that the author may not have intended to support it.