#include <AceUnit.h>
Data Fields | |
linenumber_t | lineNumber |
The line number at which the assertion occurred. | |
const char * | message |
The message of the assertion. |
On embedded systems, this is the line number. On normal systems, this is the line number and the message text of the assertion.
The line number at which the assertion occurred.
const char* AssertionId_t::message |
The message of the assertion.