Home | History | Annotate | Download | only in gtest

Lines Matching refs:should_run

669   bool should_run() const { return should_run_; }
773 bool should_run() const { return should_run_; }
819 // Sets the should_run member.
847 return test_info->should_run() && test_info->result()->Passed();
852 return test_info->should_run() && test_info->result()->Failed();
862 return test_info->should_run();