CppUnit project page | FAQ |
Classes | |
class | AdditionalMessage |
An additional Message for assertions. More... | |
class | Message |
Message associated to an Exception.A message is composed of two items: More... | |
class | SourceLine |
Represents a source line location. More... | |
Macros | |
#define | NORETURN |
A set of functions to help writing assertion macros. | |
#define | CPPUNIT_SOURCELINE() CPPUNIT_NS::SourceLine( __FILE__, __LINE__ ) |
Constructs a SourceLine object initialized with the location where the macro is expanded.Used to write your own assertion macros. | |
Constructs a SourceLine object initialized with the location where the macro is expanded.Used to write your own assertion macros.
#define NORETURN |
A set of functions to help writing assertion macros.
Here is an example of assertion, a simplified version of the actual assertion implemented in examples/cppunittest/XmlUniformiser.h:
Send comments to: CppUnit Developers |