Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2609 static std::string PrintTestPartResultToString(
2614 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {} in GoogleTestFailureException()
3160 static std::string PrintTestPartResultToString( in PrintTestPartResultToString() function
3173 const std::string& result = PrintTestPartResultToString(test_part_result); in PrintTestPartResult()