Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/src/
H A Dgtest.cc2479 static bool TestPartFatallyFailed(const TestPartResult& result) { in TestPartFatallyFailed() function
2485 return CountIf(test_part_results_, TestPartFatallyFailed) > 0; in HasFatalFailure()