Searched refs:should_run_ (Results 1 – 2 of 2) sorted by relevance
751 bool should_run() const { return should_run_; } in should_run()812 bool should_run_; // True if and only if this test should run variable862 bool should_run() const { return should_run_; } in should_run()926 void set_should_run(bool should) { should_run_ = should; } in set_should_run()1018 bool should_run_; variable
2552 should_run_(false), in TestInfo()2658 if (!should_run_) return; in Run()2763 should_run_(false), in TestSuite()2796 if (!should_run_) return; in Run()5536 test_info->should_run_ = is_selected; in FilterTests()