1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
profanity/tests/unittests/test_muc.h

10 lines
330 B
C
Raw Permalink Normal View History

2014-01-30 23:41:18 +00:00
void muc_before_test(void **state);
void muc_after_test(void **state);
2014-09-28 21:09:20 +00:00
void test_muc_invites_add(void **state);
2014-01-30 23:36:24 +00:00
void test_muc_remove_invite(void **state);
2014-09-28 21:09:20 +00:00
void test_muc_invites_count_0(void **state);
void test_muc_invites_count_5(void **state);
2014-01-31 00:10:28 +00:00
void test_muc_room_is_not_active(void **state);
2014-09-28 21:09:20 +00:00
void test_muc_active(void **state);