tests: Apply coding style to unit tests

This commit is contained in:
Michael Vetter
2026-02-28 13:46:23 +01:00
parent 174848499d
commit 80e36bd1e2
35 changed files with 735 additions and 827 deletions

View File

@@ -1,14 +1,14 @@
void sends_room_join(void **state);
void sends_room_join_with_nick(void **state);
void sends_room_join_with_password(void **state);
void sends_room_join_with_nick_and_password(void **state);
void shows_role_and_affiliation_on_join(void **state);
void shows_subject_on_join(void **state);
void shows_history_message(void **state);
void shows_occupant_join(void **state);
void shows_message(void **state);
void shows_me_message_from_occupant(void **state);
void shows_me_message_from_self(void **state);
void shows_all_messages_in_console_when_window_not_focussed(void **state);
void shows_first_message_in_console_when_window_not_focussed(void **state);
void shows_no_message_in_console_when_window_not_focussed(void **state);
void sends_room_join(void** state);
void sends_room_join_with_nick(void** state);
void sends_room_join_with_password(void** state);
void sends_room_join_with_nick_and_password(void** state);
void shows_role_and_affiliation_on_join(void** state);
void shows_subject_on_join(void** state);
void shows_history_message(void** state);
void shows_occupant_join(void** state);
void shows_message(void** state);
void shows_me_message_from_occupant(void** state);
void shows_me_message_from_self(void** state);
void shows_all_messages_in_console_when_window_not_focussed(void** state);
void shows_first_message_in_console_when_window_not_focussed(void** state);
void shows_no_message_in_console_when_window_not_focussed(void** state);