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())Asserter [static]
fail(std::string message, const SourceLine &sourceLine=SourceLine())Asserter [static]
failIf(bool shouldFail, const Message &message, const SourceLine &sourceLine=SourceLine())Asserter [static]
failIf(bool shouldFail, std::string message, const SourceLine &sourceLine=SourceLine())Asserter [static]
failNotEqual(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="equality assertion failed")Asserter [static]
failNotEqualIf(bool shouldFail, std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="equality assertion failed")Asserter [static]
failNotGreater(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="greater assertion failed")Asserter [static]
failNotGreaterEqual(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="greater equal assertion failed")Asserter [static]
failNotLess(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="less assertion failed")Asserter [static]
failNotLessEqual(std::string expected, std::string actual, const SourceLine &sourceLine, const AdditionalMessage &additionalMessage=AdditionalMessage(), std::string shortDescription="less equal assertion failed")Asserter [static]
makeActual(const std::string &actualValue)Asserter [static]
makeExpected(const std::string &expectedValue)Asserter [static]
makeExpectedEqual(const std::string &expectedValue)Asserter [static]
makeExpectedGreater(const std::string &expectedValue)Asserter [static]
makeExpectedGreaterEqual(const std::string &expectedValue)Asserter [static]
makeExpectedLess(const std::string &expectedValue)Asserter [static]
makeExpectedLessEqual(const std::string &expectedValue)Asserter [static]
makeMessage(const std::string &expectedValue, const std::string &actualValue, const std::string &shortDescription, const AdditionalMessage &additionalMessage=AdditionalMessage())Asserter [static]
makeNotEqualMessage(const std::string &expectedValue, const std::string &actualValue, const AdditionalMessage &additionalMessage=AdditionalMessage(), const std::string &shortDescription="equality assertion failed")Asserter [static]

Send comments to:
CppUnit Developers