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_double.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
void | test_variant_double_copy (UNUSED void **state) |
void | test_variant_double_convert_to_bool (UNUSED void **state) |
void | test_variant_double_convert_to_integer (UNUSED void **state) |
void | test_variant_double_convert_to_htable (UNUSED void **state) |
void | test_variant_double_convert_to_list (UNUSED void **state) |
void | test_variant_double_convert_to_string (UNUSED void **state) |
void | test_variant_double_compare (UNUSED void **state) |
void | test_variant_double_set_get (UNUSED void **state) |
void | test_variant_double_add (UNUSED void **state) |
void test_variant_double_add | ( | UNUSED void ** | state | ) |
Definition at line 254 of file test_variant_double.c.
void test_variant_double_compare | ( | UNUSED void ** | state | ) |
Definition at line 214 of file test_variant_double.c.
void test_variant_double_convert_to_bool | ( | UNUSED void ** | state | ) |
Definition at line 94 of file test_variant_double.c.
void test_variant_double_convert_to_htable | ( | UNUSED void ** | state | ) |
Definition at line 159 of file test_variant_double.c.
void test_variant_double_convert_to_integer | ( | UNUSED void ** | state | ) |
Definition at line 119 of file test_variant_double.c.
void test_variant_double_convert_to_list | ( | UNUSED void ** | state | ) |
Definition at line 178 of file test_variant_double.c.
void test_variant_double_convert_to_string | ( | UNUSED void ** | state | ) |
Definition at line 196 of file test_variant_double.c.
void test_variant_double_copy | ( | UNUSED void ** | state | ) |
Definition at line 76 of file test_variant_double.c.
void test_variant_double_set_get | ( | UNUSED void ** | state | ) |
Definition at line 240 of file test_variant_double.c.