Home | History | Annotate | Download | only in test

Lines Matching defs:throw_on_failure

55       || testing::GTEST_FLAG(throw_on_failure);
132 using testing::GTEST_FLAG(throw_on_failure);
1542 GTEST_FLAG(throw_on_failure) = false;
1569 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1585 GTEST_FLAG(throw_on_failure) = true;
5122 throw_on_failure(false) {}
5232 static Flags ThrowOnFailure(bool throw_on_failure) {
5234 flags.throw_on_failure = throw_on_failure;
5252 bool throw_on_failure;
5273 GTEST_FLAG(throw_on_failure) = false;
5304 EXPECT_EQ(expected.throw_on_failure, GTEST_FLAG(throw_on_failure));