Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/test/
Dgtest_throw_on_failure_ex_test.cc53 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
Dgoogletest-env-var-test_.cc101 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
Dgtest_unittest.cc54 || 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; member
5654 GTEST_FLAG(throw_on_failure) = false; in SetUp()
[all …]
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest-internal-inl.h176 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver()
198 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
Dgtest.cc335 throw_on_failure,
4761 } else if (GTEST_FLAG(throw_on_failure)) { in AddTestPartResult()
5903 &GTEST_FLAG(throw_on_failure)); in ParseGoogleTestFlag()
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h159 GTEST_DECLARE_bool_(throw_on_failure);
/freebsd-12-stable/contrib/googletest/googlemock/docs/
DForDummies.md178 ::testing::GTEST_FLAG(throw_on_failure) = true;