Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h833 static bool TestReportable(const TestInfo* test_info) { in TestReportable() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2930 return CountIf(test_info_list_, TestReportable); in reportable_test_count()