about summary refs log tree commit diff stats
path: root/tests/test_command.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-14 18:43:19 +0000
committerJames Booth <boothj5@gmail.com>2013-12-14 18:43:19 +0000
commit447d235868e9e1554e432aad1e6a3b3db10e7b1d (patch)
tree9ebb385c02a86b78c66ac4ce677aa3ef9a02a6a7 /tests/test_command.h
parent7955bc52ab003b26d3ea439c34e7006e6e1f1593 (diff)
downloadprofani-tty-447d235868e9e1554e432aad1e6a3b3db10e7b1d.tar.gz
Mocked account preferences and tested cmd_rooms
Diffstat (limited to 'tests/test_command.h')
-rw-r--r--tests/test_command.h8
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);