Added cmd_roster test

This commit is contained in:
James Booth
2014-03-16 01:23:12 +00:00
parent 05952e8337
commit 93397e4581
6 changed files with 104 additions and 0 deletions

5
tests/test_cmd_roster.h Normal file
View File

@@ -0,0 +1,5 @@
void cmd_roster_shows_message_when_disconnecting(void **state);
void cmd_roster_shows_message_when_connecting(void **state);
void cmd_roster_shows_message_when_disconnected(void **state);
void cmd_roster_shows_message_when_undefined(void **state);
void cmd_roster_shows_roster_when_no_args(void **state);