Home | History | Annotate | Download | only in gtest

Lines Matching defs:EXPECT_FALSE

15772 //      EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
15801 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
15812 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
17224 // EXPECT_FALSE verifies that a Boolean condition is false.
17287 #define EXPECT_FALSE(condition) \