#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_connection.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
void test_can_store_event_loop_data(UNUSED void **state)
int test_connection_teardown(UNUSED void **state)
void test_can_fetch_connection(UNUSED void **state)
void test_can_fetch_listener(UNUSED void **state)
void test_can_add_wait_write_connection(UNUSED void **state)
void test_can_add_listener(UNUSED void **state)
void test_can_add_connection(UNUSED void **state)
void test_can_remove_connection(UNUSED void **state)
int test_connection_setup(UNUSED void **state)
void test_can_iterate_connections(UNUSED void **state)
void test_can_remove_listener(UNUSED void **state)