Searched refs:should_run_ (Results 1 – 2 of 2) sorted by relevance
741 bool should_run() const { return should_run_; } in should_run()807 bool should_run_; // True iff this test should run variable858 bool should_run() const { return should_run_; } in should_run()918 void set_should_run(bool should) { should_run_ = should; } in set_should_run()1002 bool should_run_; variable
2578 should_run_(false), in TestInfo()2689 if (!should_run_) return; in Run()2791 should_run_(false), in TestCase()2824 if (!should_run_) return; in Run()5466 test_info->should_run_ = is_selected; in FilterTests()