Home | History | Annotate | Download | only in gtest

Lines Matching full:should_run

218   return test_case->should_run() && test_case->Passed();
223 return test_case->should_run() && test_case->Failed();
229 return test_case->should_run();
1901 bool TestInfo::should_run() const { return impl_->should_run(); }
2392 if (!tc->should_run() || (tc->failed_test_count() == 0)) {
2708 test_info->should_run() ? "run" : "notrun",
3242 const bool should_run = !is_disabled &&
3245 test_info->impl()->set_should_run(should_run);
3246 test_case->set_should_run(test_case->should_run() || should_run);
3247 if (should_run) {