Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2191 static bool TestPartSkipped(const TestPartResult& result) { in TestPartSkipped() function
2197 return !Failed() && CountIf(test_part_results_, TestPartSkipped) > 0; in Skipped()