libamxc  1.10.3
C Generic Data Containers
test_amxc_variant.h File Reference

Go to the source code of this file.

Functions

void test_amxc_var_new_delete (void **state)
 
void test_amxc_var_init_clean (void **state)
 
void test_amxc_var_set_type (void **state)
 
void test_amxc_var_copy (void **state)
 
void test_amxc_var_convert (void **state)
 
void test_amxc_var_compare (void **state)
 
void test_amxc_var_type_of (void **state)
 
void test_amxc_var_get_set_key (void **state)
 
void test_amxc_var_add_new_key (void **state)
 
void test_amxc_var_add_new (void **state)
 
void test_amxc_var_get_path (void **state)
 
void test_amxc_var_set_path (void **state)
 
void test_amxc_var_push_take_amxc_string (void **state)
 
void test_amxc_var_move (void **state)
 
void test_amxc_var_take_it (void **state)
 

Function Documentation

◆ test_amxc_var_add_new()

void test_amxc_var_add_new ( void **  state)

◆ test_amxc_var_add_new_key()

void test_amxc_var_add_new_key ( void **  state)

◆ test_amxc_var_compare()

void test_amxc_var_compare ( void **  state)

◆ test_amxc_var_convert()

void test_amxc_var_convert ( void **  state)

◆ test_amxc_var_copy()

void test_amxc_var_copy ( void **  state)

◆ test_amxc_var_get_path()

void test_amxc_var_get_path ( void **  state)

◆ test_amxc_var_get_set_key()

void test_amxc_var_get_set_key ( void **  state)

◆ test_amxc_var_init_clean()

void test_amxc_var_init_clean ( void **  state)

◆ test_amxc_var_move()

void test_amxc_var_move ( void **  state)

◆ test_amxc_var_new_delete()

void test_amxc_var_new_delete ( void **  state)

◆ test_amxc_var_push_take_amxc_string()

void test_amxc_var_push_take_amxc_string ( void **  state)

◆ test_amxc_var_set_path()

void test_amxc_var_set_path ( void **  state)

◆ test_amxc_var_set_type()

void test_amxc_var_set_type ( void **  state)

◆ test_amxc_var_take_it()

void test_amxc_var_take_it ( void **  state)

◆ test_amxc_var_type_of()

void test_amxc_var_type_of ( void **  state)