libamxp  1.4.0
Patterns C Implementation
test_connection.h File Reference

Go to the source code of this file.

Functions

int test_connection_setup (void **state)
 
int test_connection_teardown (void **state)
 
void test_can_add_connection (void **state)
 
void test_can_fetch_connection (void **state)
 
void test_can_add_wait_write_connection (void **state)
 
void test_can_store_event_loop_data (void **state)
 
void test_can_iterate_connections (void **state)
 
void test_can_remove_connection (void **state)
 
void test_can_add_listener (void **state)
 
void test_can_fetch_listener (void **state)
 
void test_can_remove_listener (void **state)
 

Function Documentation

◆ test_can_add_connection()

void test_can_add_connection ( void **  state)

◆ test_can_add_listener()

void test_can_add_listener ( void **  state)

◆ test_can_add_wait_write_connection()

void test_can_add_wait_write_connection ( void **  state)

◆ test_can_fetch_connection()

void test_can_fetch_connection ( void **  state)

◆ test_can_fetch_listener()

void test_can_fetch_listener ( void **  state)

◆ test_can_iterate_connections()

void test_can_iterate_connections ( void **  state)

◆ test_can_remove_connection()

void test_can_remove_connection ( void **  state)

◆ test_can_remove_listener()

void test_can_remove_listener ( void **  state)

◆ test_can_store_event_loop_data()

void test_can_store_event_loop_data ( void **  state)

◆ test_connection_setup()

int test_connection_setup ( void **  state)

◆ test_connection_teardown()

int test_connection_teardown ( void **  state)