Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/googletest/googletest/include/gtest/
HDgtest.h838 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest() function
/freebsd-14-stable/contrib/googletest/googletest/src/
HDgtest.cc2935 return CountIf(test_info_list_, ShouldRunTest); in test_to_run_count()