Home
last modified time | relevance | path

Searched refs:PrintTestPartResultToString (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc2583 static std::string PrintTestPartResultToString(
2588 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {} in GoogleTestFailureException()
3139 static std::string PrintTestPartResultToString( in PrintTestPartResultToString() function
3152 const std::string& result = PrintTestPartResultToString(test_part_result); in PrintTestPartResult()