Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h589 bool should_run() const { return should_run_; } in should_run()
653 bool should_run_; // True if and only if this test should run variable
704 bool should_run() const { return should_run_; } in should_run()
770 void set_should_run(bool should) { should_run_ = should; } in set_should_run()
865 bool should_run_; variable
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2757 should_run_(false), in TestInfo()
2834 if (!should_run_) { in Run()
2881 if (!should_run_) return; in Skip()
2959 should_run_(false), in TestSuite()
2992 if (!should_run_) return; in Run()
3065 if (!should_run_) return; in Skip()
6190 test_info->should_run_ = is_selected; in FilterTests()