Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc2216 static bool TestPartSkipped(const TestPartResult& result) { in TestPartSkipped() function
2222 return !Failed() && CountIf(test_part_results_, TestPartSkipped) > 0; in Skipped()