Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_throw_on_failure_ex_test.cc53 GTEST_FLAG_SET(throw_on_failure, true); in TestFailureThrowsRuntimeError()
H A Dgoogletest-env-var-test_.cc109 cout << GTEST_FLAG_GET(throw_on_failure); in PrintFlag()
H A Dgtest_unittest.cc52 GTEST_FLAG_GET(throw_on_failure); in TEST()
1622 GTEST_FLAG_SET(throw_on_failure, false); in SetUpTestSuite()
1652 EXPECT_FALSE(GTEST_FLAG_GET(throw_on_failure)); in VerifyAndModifyFlags()
1671 GTEST_FLAG_SET(throw_on_failure, true); in VerifyAndModifyFlags()
5541 throw_on_failure(false) {} in Flags()
5677 static Flags ThrowOnFailure(bool throw_on_failure) { in ThrowOnFailure()
5679 flags.throw_on_failure = throw_on_failure; in ThrowOnFailure()
5700 bool throw_on_failure; member
5724 GTEST_FLAG_SET(throw_on_failure, false); in SetUp()
5760 EXPECT_EQ(expected.throw_on_failure, GTEST_FLAG_GET(throw_on_failure)); in CheckFlags()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h166 throw_on_failure_ = GTEST_FLAG_GET(throw_on_failure); in GTestFlagSaver()
192 GTEST_FLAG_SET(throw_on_failure, throw_on_failure_); in ~GTestFlagSaver()
H A Dgtest.cc397 throw_on_failure,
5483 } else if (GTEST_FLAG_GET(throw_on_failure)) { in AddTestPartResult()
6780 GTEST_INTERNAL_PARSE_FLAG(throw_on_failure); in ParseGoogleTestFlag()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h153 GTEST_DECLARE_bool_(throw_on_failure);