Searched refs:should_run_ (Results 1 – 2 of 2) sorted by relevance
589 bool should_run() const { return should_run_; } in should_run()653 bool should_run_; // True if and only if this test should run variable704 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
2784 should_run_(false), in TestInfo()2861 if (!should_run_) { in Run()2908 if (!should_run_) return; in Skip()2986 should_run_(false), in TestSuite()3019 if (!should_run_) return; in Run()3092 if (!should_run_) return; in Skip()6289 test_info->should_run_ = is_selected; in FilterTests()