libamxb  4.8.2
Bus Agnostic C API
test_amxb_local.h File Reference

Go to the source code of this file.

Functions

int test_amxb_local_setup (void **state)
 
int test_amxb_local_teardown (void **state)
 
void test_amxb_call (void **state)
 
void test_amxb_async_call (void **state)
 
void test_amxb_get (void **state)
 
void test_amxb_get_multiple (void **state)
 
void test_amxb_get_instances (void **state)
 
void test_amxb_get_reference (void **state)
 
void test_amxb_get_key_path_reference (void **state)
 
void test_amxb_set (void **state)
 
void test_amxb_add (void **state)
 
void test_amxb_del (void **state)
 
void test_search_path_expr_func (void **state)
 
void test_amxb_subscribe (void **state)
 
void test_amxb_subscribe_non_existing (void **state)
 
void test_amxb_subscribe_twice (void **state)
 
void test_amxb_subscribe_instance (void **state)
 
void test_amxb_publish (void **state)
 
void test_amxb_list (void **state)
 

Function Documentation

◆ test_amxb_add()

void test_amxb_add ( void **  state)

◆ test_amxb_async_call()

void test_amxb_async_call ( void **  state)

◆ test_amxb_call()

void test_amxb_call ( void **  state)

◆ test_amxb_del()

void test_amxb_del ( void **  state)

◆ test_amxb_get()

void test_amxb_get ( void **  state)

◆ test_amxb_get_instances()

void test_amxb_get_instances ( void **  state)

◆ test_amxb_get_key_path_reference()

void test_amxb_get_key_path_reference ( void **  state)

◆ test_amxb_get_multiple()

void test_amxb_get_multiple ( void **  state)

◆ test_amxb_get_reference()

void test_amxb_get_reference ( void **  state)

◆ test_amxb_list()

void test_amxb_list ( void **  state)

◆ test_amxb_local_setup()

int test_amxb_local_setup ( void **  state)

◆ test_amxb_local_teardown()

int test_amxb_local_teardown ( void **  state)

◆ test_amxb_publish()

void test_amxb_publish ( void **  state)

◆ test_amxb_set()

void test_amxb_set ( void **  state)

◆ test_amxb_subscribe()

void test_amxb_subscribe ( void **  state)

◆ test_amxb_subscribe_instance()

void test_amxb_subscribe_instance ( void **  state)

◆ test_amxb_subscribe_non_existing()

void test_amxb_subscribe_non_existing ( void **  state)

◆ test_amxb_subscribe_twice()

void test_amxb_subscribe_twice ( void **  state)

◆ test_search_path_expr_func()

void test_search_path_expr_func ( void **  state)