libamxd  6.4.1
Data Model Manager
test_amxd_function_del.h File Reference

Go to the source code of this file.

Functions

int test_function_del_setup (void **state)
 
int test_function_del_teardown (void **state)
 
void test_amxd_can_del_instance_object (void **state)
 
void test_amxd_del_can_use_rel_path (void **state)
 
void test_amxd_del_fails_with_invalid_rel_path (void **state)
 
void test_amxd_del_can_use_to_high_access (void **state)
 
void test_amxd_del_fails_on_singleton (void **state)
 
void test_amxd_can_delete_on_index_with_rel_path (void **state)
 
void test_amxd_can_delete_on_name_with_rel_path (void **state)
 
void test_amxd_delete_key_path_returns_index_path (void **state)
 

Function Documentation

◆ test_amxd_can_del_instance_object()

void test_amxd_can_del_instance_object ( void **  state)

◆ test_amxd_can_delete_on_index_with_rel_path()

void test_amxd_can_delete_on_index_with_rel_path ( void **  state)

◆ test_amxd_can_delete_on_name_with_rel_path()

void test_amxd_can_delete_on_name_with_rel_path ( void **  state)

◆ test_amxd_del_can_use_rel_path()

void test_amxd_del_can_use_rel_path ( void **  state)

◆ test_amxd_del_can_use_to_high_access()

void test_amxd_del_can_use_to_high_access ( void **  state)

◆ test_amxd_del_fails_on_singleton()

void test_amxd_del_fails_on_singleton ( void **  state)

◆ test_amxd_del_fails_with_invalid_rel_path()

void test_amxd_del_fails_with_invalid_rel_path ( void **  state)

◆ test_amxd_delete_key_path_returns_index_path()

void test_amxd_delete_key_path_returns_index_path ( void **  state)

◆ test_function_del_setup()

int test_function_del_setup ( void **  state)

◆ test_function_del_teardown()

int test_function_del_teardown ( void **  state)