Searched refs:TestPartFatallyFailed (Results 1 – 1 of 1) sorted by relevance
2452 static bool TestPartFatallyFailed(const TestPartResult& result) { in TestPartFatallyFailed() function2458 return CountIf(test_part_results_, TestPartFatallyFailed) > 0; in HasFatalFailure()