Home | History | Annotate | Download | only in gtest

Lines Matching defs:EXPECT_FALSE

17600 //      EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
17629 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
17640 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
19268 // EXPECT_FALSE verifies that a Boolean condition is false.
19331 #define EXPECT_FALSE(condition) \