Creating custom assertions
Classes
A set of functions to help writing assertion macros.
More...
Represents a source line location.
More...
Defines
Constructs a
SourceLine object initialized with the location where the macro is expanded.
Define Documentation
#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.
- See also:
- Asserter for example of usage.