Added more group tests

This commit is contained in:
James Booth
2015-11-14 22:21:57 +00:00
parent c4a1d69a0c
commit c60060fe5a
3 changed files with 288 additions and 15 deletions

View File

@@ -16,8 +16,17 @@ void find_on_empty_returns_null(void **state);
void find_twice_returns_second_when_two_match(void **state);
void find_five_times_finds_fifth(void **state);
void find_twice_returns_first_when_two_match_and_reset(void **state);
void add_contact_with_no_group_returns_no_groups(void **state);
void add_contact_with_group_returns_group(void **state);
void add_contact_with_two_groups_returns_groups(void **state);
void add_contact_with_three_groups_returns_groups(void **state);
void add_contact_with_three_groups_update_adding_two_returns_groups(void **state);
void add_contact_with_no_group(void **state);
void add_contact_with_group(void **state);
void add_contact_with_two_groups(void **state);
void add_contact_with_three_groups(void **state);
void add_contact_with_three_groups_update_adding_two(void **state);
void add_contact_with_three_groups_update_removing_one(void **state);
void add_contact_with_three_groups_update_removing_two(void **state);
void add_contact_with_three_groups_update_removing_three(void **state);
void add_contact_with_three_groups_update_two_new(void **state);
void add_remove_contact_groups(void **state);
void add_contacts_with_different_groups(void **state);
void add_contacts_with_same_groups(void **state);
void add_contacts_with_overlapping_groups(void **state);
void remove_contact_with_remaining_in_group(void **state);