CppUnit project page | FAQ |
Traits used by CPPUNIT_ASSERT* macros. More...
#include <TestAssert.h>
Static Public Member Functions | |
static bool | equal (const T &x, const T &y) |
static bool | less (const T &x, const T &y) |
static bool | lessEqual (const T &x, const T &y) |
static std::string | toString (const T &x) |
Traits used by CPPUNIT_ASSERT* macros.
Here is an example of specialising these traits:
Send comments to: CppUnit Developers |