1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-27 20:30:13 -04:00
profanity/tests/unittests/test_chat_session.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
259 B
C
Raw Normal View History

2015-01-06 16:22:09 -05:00
void returns_false_when_chat_session_does_not_exist(void** state);
2015-01-09 19:25:27 -05:00
void creates_chat_session_on_recipient_activity(void** state);
void replaces_chat_session_on_recipient_activity_with_different_resource(void** state);
void removes_chat_session(void** state);