Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h813 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2887 return CountIf(test_info_list_, TestSkipped); in skipped_test_count()