Home | History | Annotate | Download | only in test

Lines Matching defs:throw_on_failure

55       || testing::GTEST_FLAG(throw_on_failure);
220 using testing::GTEST_FLAG(throw_on_failure);
1552 GTEST_FLAG(throw_on_failure) = false;
1579 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1595 GTEST_FLAG(throw_on_failure) = true;
5294 throw_on_failure(false) {}
5404 static Flags ThrowOnFailure(bool throw_on_failure) {
5406 flags.throw_on_failure = throw_on_failure;
5424 bool throw_on_failure;
5445 GTEST_FLAG(throw_on_failure) = false;
5476 EXPECT_EQ(expected.throw_on_failure, GTEST_FLAG(throw_on_failure));