Home | History | Annotate | Download | only in test

Lines Matching defs:throw_on_failure

57       || testing::GTEST_FLAG(throw_on_failure);
131 using testing::GTEST_FLAG(throw_on_failure);
1759 GTEST_FLAG(throw_on_failure) = false;
1786 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1802 GTEST_FLAG(throw_on_failure) = true;
5220 throw_on_failure(false) {}
5330 static Flags ThrowOnFailure(bool throw_on_failure) {
5332 flags.throw_on_failure = throw_on_failure;
5350 bool throw_on_failure;
5371 GTEST_FLAG(throw_on_failure) = false;
5402 EXPECT_EQ(expected.throw_on_failure, GTEST_FLAG(throw_on_failure));