Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_FATAL_FAILURE

2637   // 'n' must be static as it is used in an EXPECT_FATAL_FAILURE(),
2647 EXPECT_FATAL_FAILURE(ASSERT_THAT(n, ::testing::Gt(10)),
2662 // We use a static variable here as EXPECT_FATAL_FAILURE() cannot
2667 EXPECT_FATAL_FAILURE(ASSERT_THAT(n, ::testing::Not(::testing::Ref(n))),
2671 EXPECT_FATAL_FAILURE(ASSERT_THAT(n, ::testing::Not(::testing::Ref(n))),