libamxc
1.10.3
C Generic Data Containers
|
#include <sys/time.h>
#include <sys/resource.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <inttypes.h>
#include <limits.h>
#include <unistd.h>
#include <fcntl.h>
#include <cmocka.h>
#include <amxc/amxc_variant.h>
#include <amxc_variant_priv.h>
#include "test_variant_list.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
void | test_variant_list_copy (UNUSED void **state) |
void | test_variant_list_move (UNUSED void **state) |
void | test_variant_list_convert_to_bool (UNUSED void **state) |
void | test_variant_list_convert_to_integer (UNUSED void **state) |
void | test_variant_list_convert_to_htable (UNUSED void **state) |
void | test_variant_list_convert_to_string (UNUSED void **state) |
void | test_variant_llist_set_get (UNUSED void **state) |
void | test_variant_llist_compare (UNUSED void **state) |
void | test_variant_llist_add_new (UNUSED void **state) |
void | test_variant_llist_add_new_key (UNUSED void **state) |
void | test_variant_llist_get_path (UNUSED void **state) |
void test_variant_list_convert_to_bool | ( | UNUSED void ** | state | ) |
Definition at line 135 of file test_variant_list.c.
void test_variant_list_convert_to_htable | ( | UNUSED void ** | state | ) |
Definition at line 196 of file test_variant_list.c.
void test_variant_list_convert_to_integer | ( | UNUSED void ** | state | ) |
Definition at line 166 of file test_variant_list.c.
void test_variant_list_convert_to_string | ( | UNUSED void ** | state | ) |
Definition at line 229 of file test_variant_list.c.
void test_variant_list_copy | ( | UNUSED void ** | state | ) |
Definition at line 76 of file test_variant_list.c.
void test_variant_list_move | ( | UNUSED void ** | state | ) |
Definition at line 112 of file test_variant_list.c.
void test_variant_llist_add_new | ( | UNUSED void ** | state | ) |
Definition at line 375 of file test_variant_list.c.
void test_variant_llist_add_new_key | ( | UNUSED void ** | state | ) |
Definition at line 409 of file test_variant_list.c.
void test_variant_llist_compare | ( | UNUSED void ** | state | ) |
Definition at line 304 of file test_variant_list.c.
void test_variant_llist_get_path | ( | UNUSED void ** | state | ) |
Definition at line 444 of file test_variant_list.c.
void test_variant_llist_set_get | ( | UNUSED void ** | state | ) |
Definition at line 272 of file test_variant_list.c.