Home | History | Annotate | Download | only in gtest

Lines Matching defs:EXPECT_FALSE

186 //      EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
226 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
1863 // EXPECT_FALSE verifies that a Boolean condition is false.
1926 #define EXPECT_FALSE(condition) \