CppUnit project page FAQ

Classes | Macros
SourceLine.h File Reference
#include <cppunit/Portability.h>
#include <string>
Include dependency graph for SourceLine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SourceLine
 Represents a source line location. More...
 

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. More...
 

Send comments to:
CppUnit Developers