Searched defs:AssertionResultData (Results 1 – 1 of 1) sorted by relevance
5384 struct AssertionResultData struct5390 std::string message;5391 mutable std::string reconstructedExpression;5392 LazyExpression lazyExpression;5393 ResultWas::OfType resultType;8295 …AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _la… in AssertionResultData() function in Catch::AssertionResultData