#include <catch.hpp>
Public Member Functions | |
AssertionResult () | |
AssertionResult (AssertionInfo const &info, AssertionResultData const &data) | |
std::string | getExpandedExpression () const |
std::string | getExpression () const |
std::string | getExpressionInMacro () const |
std::string | getMessage () const |
ResultWas::OfType | getResultType () const |
SourceLineInfo | getSourceInfo () const |
std::string | getTestMacroName () const |
bool | hasExpandedExpression () const |
bool | hasExpression () const |
bool | hasMessage () const |
bool | isOk () const |
bool | succeeded () const |
~AssertionResult () | |
Protected Attributes | |
AssertionInfo | m_info |
AssertionResultData | m_resultData |
Catch::AssertionResult::AssertionResult | ( | ) |
Catch::AssertionResult::AssertionResult | ( | AssertionInfo const & | info, |
AssertionResultData const & | data | ||
) |
Catch::AssertionResult::~AssertionResult | ( | ) |
std::string Catch::AssertionResult::getExpandedExpression | ( | ) | const |
std::string Catch::AssertionResult::getExpression | ( | ) | const |
std::string Catch::AssertionResult::getExpressionInMacro | ( | ) | const |
std::string Catch::AssertionResult::getMessage | ( | ) | const |
ResultWas::OfType Catch::AssertionResult::getResultType | ( | ) | const |
SourceLineInfo Catch::AssertionResult::getSourceInfo | ( | ) | const |
std::string Catch::AssertionResult::getTestMacroName | ( | ) | const |
bool Catch::AssertionResult::hasExpandedExpression | ( | ) | const |
bool Catch::AssertionResult::hasExpression | ( | ) | const |
bool Catch::AssertionResult::hasMessage | ( | ) | const |
bool Catch::AssertionResult::isOk | ( | ) | const |
bool Catch::AssertionResult::succeeded | ( | ) | const |
|
protected |
|
protected |