Home | History | Annotate | Download | only in gtest

Lines Matching defs:EXPECT_TRUE

186 //      EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
199 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
259 // Used in EXPECT_TRUE/FALSE(assertion_result).
261 // Used in the EXPECT_TRUE/FALSE(bool_expression).
1853 // EXPECT_TRUE verifies that a Boolean condition is true.
1914 #define EXPECT_TRUE(condition) \
2223 // EXPECT_TRUE(foo.StatusIsOK());
2263 // EXPECT_TRUE(a_.StatusIsOK());