Searched defs:AssertionResultData (Results 1 – 1 of 1) sorted by relevance
5320 struct AssertionResultData struct5326 std::string message;5327 mutable std::string reconstructedExpression;5328 LazyExpression lazyExpression;5329 ResultWas::OfType resultType;8208 …AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _la… in AssertionResultData() function in Catch::AssertionResultData