Home | History | Annotate | Download | only in test

Lines Matching defs:throw_on_failure

55       || testing::GTEST_FLAG(throw_on_failure);
128 using testing::GTEST_FLAG(throw_on_failure);
1701 GTEST_FLAG(throw_on_failure) = false;
1727 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1742 GTEST_FLAG(throw_on_failure) = true;
5033 throw_on_failure(false) {}
5135 static Flags ThrowOnFailure(bool throw_on_failure) {
5137 flags.throw_on_failure = throw_on_failure;
5154 bool throw_on_failure;
5174 GTEST_FLAG(throw_on_failure) = false;
5202 EXPECT_EQ(expected.throw_on_failure, GTEST_FLAG(throw_on_failure));