Home | History | Annotate | Download | only in gtest

Lines Matching defs:EXPECT_FALSE

196 //      EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
225 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
236 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
1727 // EXPECT_FALSE verifies that a Boolean condition is false.
1790 #define EXPECT_FALSE(condition) \