All checks were successful
CI Code / Check spelling (pull_request) Successful in 20s
CI Code / Check coding style (pull_request) Successful in 35s
CI Code / Code Coverage (pull_request) Successful in 4m54s
CI Code / Linux (ubuntu) (pull_request) Successful in 6m23s
CI Code / Linux (debian) (pull_request) Successful in 9m12s
CI Code / Linux (arch) (pull_request) Successful in 11m12s
- Add 15 unit tests for autoping logic (XEP-0199) - Add 10 helper tests for refactoring validation - Add Last Activity functional tests (XEP-0012) - Add MUC affiliation/kick tests (XEP-0045)
17 lines
816 B
C
17 lines
816 B
C
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_affiliation_list_request(void **state);
|
|
void sends_kick_request(void **state);
|