Home
last modified time | relevance | path

Searched refs:should_run (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc145 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 …]
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h590 bool should_run() const { return should_run_; } in should_run() function
705 bool should_run() const { return should_run_; } in should_run() function
809 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()
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc435 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 …]
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dtesting.md580 ##### should_run {#TestSuite::should_run}
582 `bool TestSuite::should_run() const`
727 ##### should_run {#TestInfo::should_run}
729 `bool TestInfo::should_run() const`