|
libamxc
1.10.3
C Generic Data Containers
|
#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <stddef.h>#include <ctype.h>#include <string.h>#include <setjmp.h>#include <cmocka.h>#include <amxc/amxc_set.h>#include "test_amxc_set.h"#include <amxc/amxc_macros.h>Go to the source code of this file.
Functions | |
| void | test_amxc_set_new_delete_null (UNUSED void **state) |
| void | test_amxc_set_init_reset_clean_null (UNUSED void **state) |
| void | test_amxc_set_new_delete (UNUSED void **state) |
| void | test_amxc_set_init_reset_clean (UNUSED void **state) |
| void | test_amxc_can_add_remove_flags (UNUSED void **state) |
| void | test_amxc_can_add_remove_counted_flags (UNUSED void **state) |
| void | test_amxc_can_subtract_set (UNUSED void **state) |
| void | test_amxc_can_check_sets_are_equal (UNUSED void **state) |
| void | test_amxc_set_parse (UNUSED void **state) |
| void | test_amxc_set_parse_with_count (UNUSED void **state) |
| void | test_amxc_set_parse_invalid_input (UNUSED void **state) |
| void | test_amxc_set_to_string_counted (UNUSED void **state) |
| void | test_amxc_set_to_string (UNUSED void **state) |
| void | test_amxc_set_to_string_sep (UNUSED void **state) |
| void | test_amxc_set_copy (UNUSED void **state) |
| void | test_amxc_set_symmetric_difference (UNUSED void **state) |
| void test_amxc_can_add_remove_counted_flags | ( | UNUSED void ** | state | ) |
Definition at line 157 of file test_amxc_set.c.
| void test_amxc_can_add_remove_flags | ( | UNUSED void ** | state | ) |
Definition at line 127 of file test_amxc_set.c.
| void test_amxc_can_check_sets_are_equal | ( | UNUSED void ** | state | ) |
Definition at line 246 of file test_amxc_set.c.
| void test_amxc_can_subtract_set | ( | UNUSED void ** | state | ) |
Definition at line 216 of file test_amxc_set.c.
| void test_amxc_set_copy | ( | UNUSED void ** | state | ) |
Definition at line 425 of file test_amxc_set.c.
| void test_amxc_set_init_reset_clean | ( | UNUSED void ** | state | ) |
Definition at line 107 of file test_amxc_set.c.
| void test_amxc_set_init_reset_clean_null | ( | UNUSED void ** | state | ) |
Definition at line 76 of file test_amxc_set.c.
| void test_amxc_set_new_delete | ( | UNUSED void ** | state | ) |
Definition at line 83 of file test_amxc_set.c.
| void test_amxc_set_new_delete_null | ( | UNUSED void ** | state | ) |
Definition at line 70 of file test_amxc_set.c.
| void test_amxc_set_parse | ( | UNUSED void ** | state | ) |
Definition at line 273 of file test_amxc_set.c.
| void test_amxc_set_parse_invalid_input | ( | UNUSED void ** | state | ) |
Definition at line 364 of file test_amxc_set.c.
| void test_amxc_set_parse_with_count | ( | UNUSED void ** | state | ) |
Definition at line 303 of file test_amxc_set.c.
| void test_amxc_set_symmetric_difference | ( | UNUSED void ** | state | ) |
Definition at line 480 of file test_amxc_set.c.
| void test_amxc_set_to_string | ( | UNUSED void ** | state | ) |
Definition at line 393 of file test_amxc_set.c.
| void test_amxc_set_to_string_counted | ( | UNUSED void ** | state | ) |
Definition at line 377 of file test_amxc_set.c.
| void test_amxc_set_to_string_sep | ( | UNUSED void ** | state | ) |
Definition at line 409 of file test_amxc_set.c.