Home
last modified time | relevance | path

Searched refs:throw_on_failure (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
Dgtest_env_var_test_.cc105 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
Dgtest_unittest.cc55 || 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; member
5454 GTEST_FLAG(throw_on_failure) = false; in SetUp()
[all …]
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h181 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver()
202 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
Dgtest.cc276 throw_on_failure,
3758 } else if (GTEST_FLAG(throw_on_failure)) { in AddTestPartResult()
4831 &GTEST_FLAG(throw_on_failure)) in ParseGoogleTestFlagsOnlyImpl()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h139 GTEST_DECLARE_bool_(throw_on_failure);