Added tests for contact type

This commit is contained in:
James Booth
2014-01-05 00:35:48 +00:00
parent c7cc27351f
commit d15751649c
4 changed files with 118 additions and 0 deletions

7
tests/test_contact.h Normal file
View File

@@ -0,0 +1,7 @@
void contact_in_group(void **state);
void contact_not_in_group(void **state);
void contact_name_when_name_exists(void **state);
void contact_jid_when_name_not_exists(void **state);
void contact_string_when_name_exists(void **state);
void contact_string_when_name_not_exists(void **state);
void contact_string_when_default_resource(void **state);