Searched refs:throw_on_failure (Results 1 – 7 of 7) sorted by relevance
53 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
101 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
54 || testing::GTEST_FLAG(throw_on_failure); in TEST()215 using testing::GTEST_FLAG(throw_on_failure);1576 GTEST_FLAG(throw_on_failure) = false; in SetUpTestCase()1603 EXPECT_FALSE(GTEST_FLAG(throw_on_failure)); in VerifyAndModifyFlags()1619 GTEST_FLAG(throw_on_failure) = true; in VerifyAndModifyFlags()5503 throw_on_failure(false) {} in Flags()5613 static Flags ThrowOnFailure(bool throw_on_failure) { in ThrowOnFailure()5615 flags.throw_on_failure = throw_on_failure; in ThrowOnFailure()5633 bool throw_on_failure; member5654 GTEST_FLAG(throw_on_failure) = false; in SetUp()[all …]
176 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver()198 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
335 throw_on_failure,4761 } else if (GTEST_FLAG(throw_on_failure)) { in AddTestPartResult()5903 >EST_FLAG(throw_on_failure)); in ParseGoogleTestFlag()
159 GTEST_DECLARE_bool_(throw_on_failure);
178 ::testing::GTEST_FLAG(throw_on_failure) = true;