about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_account.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-07 09:43:28 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 09:43:28 +0200
commit9b55f2dec0ea27a9ce4856e303425e12f866cea2 (patch)
tree87b723739c420cb7bb4ca7db20dc1d7fc2b3de05 /tests/unittests/test_cmd_account.h
parent66f9a6b7219391b2c8bee5967f5ef7e223fd5d23 (diff)
downloadprofani-tty-9b55f2dec0ea27a9ce4856e303425e12f866cea2.tar.gz
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
Diffstat (limited to 'tests/unittests/test_cmd_account.h')
-rw-r--r--tests/unittests/test_cmd_account.h112
1 files changed, 56 insertions, 56 deletions
diff --git a/tests/unittests/test_cmd_account.h b/tests/unittests/test_cmd_account.h
index e8806c4f..7a8d1b42 100644
--- a/tests/unittests/test_cmd_account.h
+++ b/tests/unittests/test_cmd_account.h
@@ -1,56 +1,56 @@
-void cmd_account_shows_usage_when_not_connected_and_no_args(void **state);
-void cmd_account_shows_account_when_connected_and_no_args(void **state);
-void cmd_account_list_shows_accounts(void **state);
-void cmd_account_show_shows_usage_when_no_arg(void **state);
-void cmd_account_show_shows_message_when_account_does_not_exist(void **state);
-void cmd_account_show_shows_account_when_exists(void **state);
-void cmd_account_add_shows_usage_when_no_arg(void **state);
-void cmd_account_add_adds_account(void **state);
-void cmd_account_enable_shows_usage_when_no_arg(void **state);
-void cmd_account_enable_enables_account(void **state);
-void cmd_account_enable_shows_message_when_account_doesnt_exist(void **state);
-void cmd_account_disable_shows_usage_when_no_arg(void **state);
-void cmd_account_disable_disables_account(void **state);
-void cmd_account_disable_shows_message_when_account_doesnt_exist(void **state);
-void cmd_account_rename_shows_usage_when_no_args(void **state);
-void cmd_account_rename_shows_usage_when_one_arg(void **state);
-void cmd_account_rename_renames_account(void **state);
-void cmd_account_rename_shows_message_when_not_renamed(void **state);
-void cmd_account_set_shows_usage_when_no_args(void **state);
-void cmd_account_set_shows_usage_when_one_arg(void **state);
-void cmd_account_set_shows_usage_when_two_args(void **state);
-void cmd_account_set_shows_message_when_account_doesnt_exist(void **state);
-void cmd_account_set_jid_shows_message_for_malformed_jid(void **state);
-void cmd_account_set_jid_sets_barejid(void **state);
-void cmd_account_set_jid_sets_resource(void **state);
-void cmd_account_set_server_sets_server(void **state);
-void cmd_account_set_resource_sets_resource(void **state);
-void cmd_account_set_resource_sets_resource_with_online_message(void **state);
-void cmd_account_set_password_sets_password(void **state);
-void cmd_account_set_eval_password_sets_eval_password(void **state);
-void cmd_account_set_password_when_eval_password_set(void **state);
-void cmd_account_set_eval_password_when_password_set(void **state);
-void cmd_account_set_muc_sets_muc(void **state);
-void cmd_account_set_nick_sets_nick(void **state);
-void cmd_account_show_message_for_missing_otr_policy(void **state);
-void cmd_account_show_message_for_invalid_otr_policy(void **state);
-void cmd_account_set_otr_sets_otr(void **state);
-void cmd_account_set_status_shows_message_when_invalid_status(void **state);
-void cmd_account_set_status_sets_status_when_valid(void **state);
-void cmd_account_set_status_sets_status_when_last(void **state);
-void cmd_account_set_invalid_presence_string_priority_shows_message(void **state);
-void cmd_account_set_last_priority_shows_message(void **state);
-void cmd_account_set_online_priority_sets_preference(void **state);
-void cmd_account_set_chat_priority_sets_preference(void **state);
-void cmd_account_set_away_priority_sets_preference(void **state);
-void cmd_account_set_xa_priority_sets_preference(void **state);
-void cmd_account_set_dnd_priority_sets_preference(void **state);
-void cmd_account_set_priority_too_low_shows_message(void **state);
-void cmd_account_set_priority_too_high_shows_message(void **state);
-void cmd_account_set_priority_when_not_number_shows_message(void **state);
-void cmd_account_set_priority_when_empty_shows_message(void **state);
-void cmd_account_set_priority_updates_presence_when_account_connected_with_presence(void **state);
-void cmd_account_clear_shows_usage_when_no_args(void **state);
-void cmd_account_clear_shows_usage_when_one_arg(void **state);
-void cmd_account_clear_shows_message_when_account_doesnt_exist(void **state);
-void cmd_account_clear_shows_message_when_invalid_property(void **state);
+void cmd_account_shows_usage_when_not_connected_and_no_args(void** state);
+void cmd_account_shows_account_when_connected_and_no_args(void** state);
+void cmd_account_list_shows_accounts(void** state);
+void cmd_account_show_shows_usage_when_no_arg(void** state);
+void cmd_account_show_shows_message_when_account_does_not_exist(void** state);
+void cmd_account_show_shows_account_when_exists(void** state);
+void cmd_account_add_shows_usage_when_no_arg(void** state);
+void cmd_account_add_adds_account(void** state);
+void cmd_account_enable_shows_usage_when_no_arg(void** state);
+void cmd_account_enable_enables_account(void** state);
+void cmd_account_enable_shows_message_when_account_doesnt_exist(void** state);
+void cmd_account_disable_shows_usage_when_no_arg(void** state);
+void cmd_account_disable_disables_account(void** state);
+void cmd_account_disable_shows_message_when_account_doesnt_exist(void** state);
+void cmd_account_rename_shows_usage_when_no_args(void** state);
+void cmd_account_rename_shows_usage_when_one_arg(void** state);
+void cmd_account_rename_renames_account(void** state);
+void cmd_account_rename_shows_message_when_not_renamed(void** state);
+void cmd_account_set_shows_usage_when_no_args(void** state);
+void cmd_account_set_shows_usage_when_one_arg(void** state);
+void cmd_account_set_shows_usage_when_two_args(void** state);
+void cmd_account_set_shows_message_when_account_doesnt_exist(void** state);
+void cmd_account_set_jid_shows_message_for_malformed_jid(void** state);
+void cmd_account_set_jid_sets_barejid(void** state);
+void cmd_account_set_jid_sets_resource(void** state);
+void cmd_account_set_server_sets_server(void** state);
+void cmd_account_set_resource_sets_resource(void** state);
+void cmd_account_set_resource_sets_resource_with_online_message(void** state);
+void cmd_account_set_password_sets_password(void** state);
+void cmd_account_set_eval_password_sets_eval_password(void** state);
+void cmd_account_set_password_when_eval_password_set(void** state);
+void cmd_account_set_eval_password_when_password_set(void** state);
+void cmd_account_set_muc_sets_muc(void** state);
+void cmd_account_set_nick_sets_nick(void** state);
+void cmd_account_show_message_for_missing_otr_policy(void** state);
+void cmd_account_show_message_for_invalid_otr_policy(void** state);
+void cmd_account_set_otr_sets_otr(void** state);
+void cmd_account_set_status_shows_message_when_invalid_status(void** state);
+void cmd_account_set_status_sets_status_when_valid(void** state);
+void cmd_account_set_status_sets_status_when_last(void** state);
+void cmd_account_set_invalid_presence_string_priority_shows_message(void** state);
+void cmd_account_set_last_priority_shows_message(void** state);
+void cmd_account_set_online_priority_sets_preference(void** state);
+void cmd_account_set_chat_priority_sets_preference(void** state);
+void cmd_account_set_away_priority_sets_preference(void** state);
+void cmd_account_set_xa_priority_sets_preference(void** state);
+void cmd_account_set_dnd_priority_sets_preference(void** state);
+void cmd_account_set_priority_too_low_shows_message(void** state);
+void cmd_account_set_priority_too_high_shows_message(void** state);
+void cmd_account_set_priority_when_not_number_shows_message(void** state);
+void cmd_account_set_priority_when_empty_shows_message(void** state);
+void cmd_account_set_priority_updates_presence_when_account_connected_with_presence(void** state);
+void cmd_account_clear_shows_usage_when_no_args(void** state);
+void cmd_account_clear_shows_usage_when_one_arg(void** state);
+void cmd_account_clear_shows_message_when_account_doesnt_exist(void** state);
+void cmd_account_clear_shows_message_when_invalid_property(void** state);