Home
last modified time | relevance | path

Searched refs:mock_xmpp_connection_delegate_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/jingle/notifier/base/
Dxmpp_connection_unittest.cc95 MockXmppConnectionDelegate mock_xmpp_connection_delegate_; member in notifier::XmppConnectionTest
103 &mock_xmpp_connection_delegate_, NULL); in TEST_F()
111 EXPECT_CALL(mock_xmpp_connection_delegate_, in TEST_F()
116 &mock_xmpp_connection_delegate_, NULL); in TEST_F()
130 EXPECT_CALL(mock_xmpp_connection_delegate_, in TEST_F()
135 &mock_xmpp_connection_delegate_, mock_pre_xmpp_auth_.release()); in TEST_F()
149 EXPECT_CALL(mock_xmpp_connection_delegate_, in TEST_F()
154 &mock_xmpp_connection_delegate_, mock_pre_xmpp_auth_.release()); in TEST_F()
162 EXPECT_CALL(mock_xmpp_connection_delegate_, in TEST_F()
167 &mock_xmpp_connection_delegate_, NULL); in TEST_F()
[all …]