CppTest
Version 2.0.0
|
Normally, assert macros issues an assert if the given expression, if any, fails (as defined by the macro). Assertments include information about the current test suite, test function, source file, source file line, and a message. The message is normally the offending expression, however, for macros ending in _MSG it is possibly to supply a user defined message.
General asserts
Comparision asserts
Exception asserts