72 const struct CMUnitTest tests[] = {
89 return cmocka_run_group_tests_name(
"amxc-variant", tests, NULL, NULL);
amxc_array_t PRIVATE * amxc_variant_get_types_array(void)
void * amxc_array_it_take_data(amxc_array_it_t *const it)
Gets and removes a data pointer from the iterator.
amxc_array_it_t * amxc_array_get_at(const amxc_array_t *const array, const unsigned int index)
Gets the item iterator for the given index.
#define AMXC_VAR_ID_CUSTOM_BASE
Base variant id for custom variants.
The array iterator structure.
void test_amxc_var_convert(UNUSED void **state)
void test_amxc_var_set_type(UNUSED void **state)
void test_amxc_var_push_take_amxc_string(UNUSED void **state)
void test_amxc_var_type_of(UNUSED void **state)
void test_amxc_var_add_new_key(UNUSED void **state)
void test_amxc_var_get_path(UNUSED void **state)
void test_amxc_var_copy(UNUSED void **state)
void test_amxc_var_new_delete(UNUSED void **state)
void test_amxc_var_move(UNUSED void **state)
void test_amxc_var_add_new(UNUSED void **state)
void test_amxc_var_get_set_key(UNUSED void **state)
void test_amxc_var_init_clean(UNUSED void **state)
void test_amxc_var_set_path(UNUSED void **state)
void test_amxc_var_take_it(UNUSED void **state)
void test_amxc_var_compare(UNUSED void **state)