Lines Matching refs:AssertionResult
28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
34 bool AssertionResult::succeeded() const { in succeeded()
39 bool AssertionResult::isOk() const { in isOk()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
47 bool AssertionResult::hasExpression() const { in hasExpression()
51 bool AssertionResult::hasMessage() const { in hasMessage()
55 std::string AssertionResult::getExpression() const { in getExpression()
62 std::string AssertionResult::getExpressionInMacro() const { in getExpressionInMacro()
76 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
80 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression()
87 std::string AssertionResult::getMessage() const { in getMessage()
90 SourceLineInfo AssertionResult::getSourceInfo() const { in getSourceInfo()
94 StringRef AssertionResult::getTestMacroName() const { in getTestMacroName()