libamxp  1.4.0
Patterns C Implementation
test_signal_slots_global.h File Reference

Go to the source code of this file.

Functions

void test_signal_new (void **state)
 
void test_signal_delete (void **state)
 
void test_slot_connect (void **state)
 
void test_slot_connect_all (void **state)
 
void test_signal_trigger (void **state)
 
void test_signal_emit (void **state)
 
void test_slot_disconnect (void **state)
 
void test_signal_disconnect_all (void **state)
 
void test_slot_disconnect_all2 (void **state)
 
void test_slot_disconnect_all (void **state)
 
void test_signal_slot_verify_cleanup (void **state)
 

Function Documentation

◆ test_signal_delete()

void test_signal_delete ( void **  state)

◆ test_signal_disconnect_all()

void test_signal_disconnect_all ( void **  state)

◆ test_signal_emit()

void test_signal_emit ( void **  state)

◆ test_signal_new()

void test_signal_new ( void **  state)

◆ test_signal_slot_verify_cleanup()

void test_signal_slot_verify_cleanup ( void **  state)

◆ test_signal_trigger()

void test_signal_trigger ( void **  state)

◆ test_slot_connect()

void test_slot_connect ( void **  state)

◆ test_slot_connect_all()

void test_slot_connect_all ( void **  state)

◆ test_slot_disconnect()

void test_slot_disconnect ( void **  state)

◆ test_slot_disconnect_all()

void test_slot_disconnect_all ( void **  state)

◆ test_slot_disconnect_all2()

void test_slot_disconnect_all2 ( void **  state)