Home | History | Annotate | Download | only in test

Lines Matching defs:throw_on_failure

54       || testing::GTEST_FLAG(throw_on_failure);
137 using testing::GTEST_FLAG(throw_on_failure);
2025 GTEST_FLAG(throw_on_failure) = false;
2050 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
2064 GTEST_FLAG(throw_on_failure) = true;
5218 throw_on_failure(false) {}
5312 static Flags ThrowOnFailure(bool throw_on_failure) {
5314 flags.throw_on_failure = throw_on_failure;
5330 bool throw_on_failure;
5349 GTEST_FLAG(throw_on_failure) = false;
5377 EXPECT_EQ(expected.throw_on_failure, GTEST_FLAG(throw_on_failure));