1 void muc_before_test(void** state); 2 void muc_after_test(void** state); 3 4 void test_muc_invites_add(void** state); 5 void test_muc_remove_invite(void** state); 6 void test_muc_invites_count_0(void** state); 7 void test_muc_invites_count_5(void** state); 8 void test_muc_room_is_not_active(void** state); 9 void test_muc_active(void** state); 10