about summary refs log tree commit diff stats
path: root/tests/test_cmd_rooms.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-15 18:08:26 +0000
committerJames Booth <boothj5@gmail.com>2013-12-15 18:08:26 +0000
commitbf347ab9e05b4b5bcd0dfa354f139aca85744440 (patch)
tree394af38841ba81be42324147a28a66291b52d1d3 /tests/test_cmd_rooms.h
parent2490f5b417a13639771211a7862bab88a6a5195e (diff)
downloadprofani-tty-bf347ab9e05b4b5bcd0dfa354f139aca85744440.tar.gz
Added cmd_connect tests
Diffstat (limited to 'tests/test_cmd_rooms.h')
-rw-r--r--tests/test_cmd_rooms.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_cmd_rooms.h b/tests/test_cmd_rooms.h
new file mode 100644
index 00000000..a9a7af83
--- /dev/null
+++ b/tests/test_cmd_rooms.h
@@ -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);