Searched refs:EXPECT_FALSE (Results 26 - 28 of 28) sorted by relevance

12

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
226 // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
1799 // EXPECT_FALSE verifies that a Boolean condition is false.
1862 #define EXPECT_FALSE(condition) \ macro
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc200 EXPECT_FALSE(*it == *it2);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2556 EXPECT_FALSE(a.Binary(0, 0));

Completed in 24 milliseconds

12