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] |
makeActual(const std::string &actualValue) | Asserter | [static] |
makeExpected(const std::string &expectedValue) | Asserter | [static] |
makeNotEqualMessage(const std::string &expectedValue, const std::string &actualValue, const AdditionalMessage &additionalMessage=AdditionalMessage(), const std::string &shortDescription="equality assertion failed") | Asserter | [static] |