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);
1860 GTEST_FLAG(throw_on_failure) = false;
1887 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1903 GTEST_FLAG(throw_on_failure) = true;
5439 throw_on_failure(false) {}
5549 static Flags ThrowOnFailure(bool throw_on_failure) {
5551 flags.throw_on_failure = throw_on_failure;
5569 bool throw_on_failure;
5590 GTEST_FLAG(throw_on_failure) = false;
5621 EXPECT_EQ(expected.throw_on_failure, GTEST_FLAG(throw_on_failure));