1 void console_doesnt_show_online_presence_when_set_none(void** state); 2 void console_shows_online_presence_when_set_online(void** state); 3 void console_shows_online_presence_when_set_all(void** state); 4 void console_doesnt_show_dnd_presence_when_set_none(void** state); 5 void console_doesnt_show_dnd_presence_when_set_online(void** state); 6 void console_shows_dnd_presence_when_set_all(void** state); 7 void handle_message_error_when_no_recipient(void** state); 8 void handle_message_error_when_recipient_cancel(void** state); 9 void handle_message_error_when_recipient_cancel_disables_chat_session(void** state); 10 void handle_message_error_when_recipient_and_no_type(void** state); 11 void handle_presence_error_when_no_recipient(void** state); 12 void handle_presence_error_when_from_recipient(void** state); 13 void handle_offline_removes_chat_session(void** state); 14 void lost_connection_clears_chat_sessions(void** state); 15