CppUnit project page FAQ

Asserter Member List

This is the complete list of members for Asserter, including all inherited members.

fail(const Message &message, const SourceLine &sourceLine=SourceLine())Asserterstatic
fail(std::string message, const SourceLine &sourceLine=SourceLine())Asserterstatic
failIf(bool shouldFail, const Message &message, const SourceLine &sourceLine=SourceLine())Asserterstatic
failIf(bool shouldFail, std::string message, const SourceLine &sourceLine=SourceLine())Asserterstatic
failNotEqual(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="equality assertion failed")Asserterstatic
failNotEqualIf(bool shouldFail, std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="equality assertion failed")Asserterstatic
failNotGreater(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="greater assertion failed")Asserterstatic
failNotGreaterEqual(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="greater equal assertion failed")Asserterstatic
failNotLess(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="less assertion failed")Asserterstatic
failNotLessEqual(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="less equal assertion failed")Asserterstatic
makeActual(const std::string &actualValue)Asserterstatic
makeExpected(const std::string &expectedValue)Asserterstatic
makeExpectedEqual(const std::string &expectedValue)Asserterstatic
makeExpectedGreater(const std::string &expectedValue)Asserterstatic
makeExpectedGreaterEqual(const std::string &expectedValue)Asserterstatic
makeExpectedLess(const std::string &expectedValue)Asserterstatic
makeExpectedLessEqual(const std::string &expectedValue)Asserterstatic
makeMessage(const std::string &expectedValue, const std::string &actualValue, const std::string &shortDescription, const AdditionalMessage &additionalMessage=AdditionalMessage())Asserterstatic
makeNotEqualMessage(const std::string &expectedValue, const std::string &actualValue, const AdditionalMessage &additionalMessage=AdditionalMessage(), const std::string &shortDescription="equality assertion failed")Asserterstatic

Send comments to:
CppUnit Developers