Mocked account preferences and tested cmd_rooms

This commit is contained in:
James Booth
2013-12-14 18:43:19 +00:00
parent 7955bc52ab
commit 447d235868
7 changed files with 199 additions and 10 deletions

View File

@@ -1 +1,7 @@
void cmd_rooms_shows_message_when_not_connected(void **state);
void cmd_rooms_shows_message_when_disconnected(void **state);
void cmd_rooms_shows_message_when_disconnecting(void **state);
void cmd_rooms_shows_message_when_connecting(void **state);
void cmd_rooms_shows_message_when_started(void **state);
void cmd_rooms_shows_message_when_undefined(void **state);
void cmd_rooms_uses_account_default_when_no_arg(void **state);
void cmd_arg_used_when_passed(void **state);