Searched defs:EXPECT_FALSE (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h17220 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
17249 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
17260 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
18742 // EXPECT_FALSE verifies that a Boolean condition is false.
18811 #define EXPECT_FALSE(condition) \ macro

Completed in 2497 milliseconds