Searched refs:TestPartNonfatallyFailed (Results 1 – 1 of 1) sorted by relevance
2436 static bool TestPartNonfatallyFailed(const TestPartResult& result) { in TestPartNonfatallyFailed() function2442 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0; in HasNonfatalFailure()