1 #ifndef CPPUNIT_ASSERTER_H
2 #define CPPUNIT_ASSERTER_H
47 # define NORETURN __attribute__((noreturn))
151 const std::string &actualValue,
153 const std::string &shortDescription =
"equality assertion failed");
156 const std::string &actualValue,
157 const std::string &shortDescription,
172 std::string shortDescription =
"equality assertion failed" );
186 std::string shortDescription =
"less assertion failed" );
200 std::string shortDescription =
"greater assertion failed" );
214 std::string shortDescription =
"less equal assertion failed" );
228 std::string shortDescription =
"greater equal assertion failed" );
240 std::string expected,
244 std::string shortDescription =
"equality assertion failed" );
252 #endif // CPPUNIT_ASSERTER_H