Lines Matching refs:EXPECT_NE
160 EXPECT_NE(nullptr, GetLog(TestChannel::FOO)); in TEST()
205 EXPECT_NE(nullptr, GetLog(TestChannel::FOO)); in TEST_F()
207 EXPECT_NE(nullptr, GetLog(TestChannel::FOO | TestChannel::BAR)); in TEST_F()
210 EXPECT_NE(nullptr, GetLog(TestChannel::FOO)); in TEST_F()
211 EXPECT_NE(nullptr, GetLog(TestChannel::BAR)); in TEST_F()
214 EXPECT_NE(std::string::npos, error.find("unrecognized log category 'baz'")) in TEST_F()
237 EXPECT_NE(nullptr, GetLog(TestChannel::FOO)); in TEST_F()
238 EXPECT_NE(nullptr, GetLog(TestChannel::BAR)); in TEST_F()
241 EXPECT_NE(nullptr, GetLog(TestChannel::FOO)); in TEST_F()
245 EXPECT_NE(std::string::npos, error.find("unrecognized log category 'baz'")) in TEST_F()
247 EXPECT_NE(nullptr, GetLog(TestChannel::FOO)); in TEST_F()