Searched refs:throw_on_failure (Results 1 – 6 of 6) sorted by relevance
54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
55 || testing::GTEST_FLAG(throw_on_failure); in TEST()220 using testing::GTEST_FLAG(throw_on_failure);1561 GTEST_FLAG(throw_on_failure) = false; in SetUpTestCase()1588 EXPECT_FALSE(GTEST_FLAG(throw_on_failure)); in VerifyAndModifyFlags()1604 GTEST_FLAG(throw_on_failure) = true; in VerifyAndModifyFlags()5303 throw_on_failure(false) {} in Flags()5413 static Flags ThrowOnFailure(bool throw_on_failure) { in ThrowOnFailure()5415 flags.throw_on_failure = throw_on_failure; in ThrowOnFailure()5433 bool throw_on_failure; member5454 GTEST_FLAG(throw_on_failure) = false; in SetUp()[all …]
181 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver()202 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
276 throw_on_failure,3758 } else if (GTEST_FLAG(throw_on_failure)) { in AddTestPartResult()4831 >EST_FLAG(throw_on_failure)) in ParseGoogleTestFlagsOnlyImpl()
139 GTEST_DECLARE_bool_(throw_on_failure);