Added cmd_connect tests

This commit is contained in:
James Booth
2013-12-15 18:08:26 +00:00
parent 2490f5b417
commit bf347ab9e0
6 changed files with 95 additions and 5 deletions

7
tests/test_cmd_rooms.h Normal file
View File

@@ -0,0 +1,7 @@
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_rooms_arg_used_when_passed(void **state);