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