Searched refs:should_run (Results 1 – 4 of 4) sorted by relevance
145 EXPECT_TRUE(test_suite->should_run()); in TEST()156 EXPECT_FALSE(tests[0]->should_run()); in TEST()162 EXPECT_TRUE(tests[1]->should_run()); in TEST()168 EXPECT_TRUE(tests[2]->should_run()); in TEST()174 EXPECT_TRUE(tests[3]->should_run()); in TEST()184 EXPECT_TRUE(test_suite->should_run()); in TEST()195 EXPECT_TRUE(tests[0]->should_run()); in TEST()216 EXPECT_FALSE(test_info->should_run()); in TEST()278 EXPECT_TRUE(tests[1]->should_run()); in TearDown()286 EXPECT_TRUE(tests[2]->should_run()); in TearDown()[all …]
590 bool should_run() const { return should_run_; } in should_run() function705 bool should_run() const { return should_run_; } in should_run() function809 return test_info->should_run() && test_info->result()->Passed(); in TestPassed()814 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()819 return test_info->should_run() && test_info->result()->Failed(); in TestFailed()840 return test_info->should_run(); in ShouldRunTest()
435 return test_suite->should_run() && test_suite->Passed(); in TestSuitePassed()440 return test_suite->should_run() && test_suite->Failed(); in TestSuiteFailed()446 return test_suite->should_run(); in ShouldRunTestSuite()3558 if (!test_info.should_run() || !test_info.result()->Failed()) { in PrintFailedTests()3578 if (!test_suite.should_run()) { in PrintFailedTestSuites()3607 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests()4254 test_info.should_run() ? "run" : "notrun"); in OutputXmlTestInfo()4256 test_info.should_run() in OutputXmlTestInfo()4706 test_info.should_run() ? "RUN" : "NOTRUN", kIndent); in OutputJsonTestInfo()4708 test_info.should_run() in OutputJsonTestInfo()[all …]
580 ##### should_run {#TestSuite::should_run}582 `bool TestSuite::should_run() const`727 ##### should_run {#TestInfo::should_run}729 `bool TestInfo::should_run() const`