Replaced old mock_xmpp

This commit is contained in:
James Booth
2013-12-18 23:06:43 +00:00
parent 00a475cf55
commit b27c5d0f5b
7 changed files with 36 additions and 255 deletions

10
tests/xmpp/mock_xmpp.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef COMMON_MOCKS_H
#define COMMON_MOCKS_H
#include "xmpp/xmpp.h"
void mock_connection_status(jabber_conn_status_t status);
void mock_connection_account_name(char *name);
void expect_room_list_request(char *conf_server);
#endif