AssertionId_t Struct Reference

AssertionId_t specifies an assertion failure within a test case. More...

#include <AceUnit.h>


Data Fields

linenumber_t lineNumber
 The line number at which the assertion occurred.
const char * message
 The message of the assertion.


Detailed Description

AssertionId_t specifies an assertion failure within a test case.

On embedded systems, this is the line number. On normal systems, this is the line number and the message text of the assertion.


Field Documentation

linenumber_t AssertionId_t::lineNumber

The line number at which the assertion occurred.

const char* AssertionId_t::message

The message of the assertion.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 13 11:10:16 2011 for AceUnit by  doxygen 1.5.3