Searched refs:TestPartSkipped (Results 1 – 1 of 1) sorted by relevance
2461 static bool TestPartSkipped(const TestPartResult& result) { in TestPartSkipped() function2467 return !Failed() && CountIf(test_part_results_, TestPartSkipped) > 0; in Skipped()