blob: 2140d52013a9b5d1e182da25dd2dc332f67973d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
void muc_before_test(void** state);
void muc_after_test(void** state);
void test_muc_invites_add(void** state);
void test_muc_remove_invite(void** state);
void test_muc_invites_count_0(void** state);
void test_muc_invites_count_5(void** state);
void test_muc_room_is_not_active(void** state);
void test_muc_active(void** state);
|