diff options
Diffstat (limited to 'tests/test_command.h')
-rw-r--r-- | tests/test_command.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/test_command.h b/tests/test_command.h index 589b589c..0f47be84 100644 --- a/tests/test_command.h +++ b/tests/test_command.h @@ -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); |