#include "testutil.hpp"
#include "testutil_monitoring.hpp"
#include "testutil_unity.hpp"
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | main () |
void | test_monitor_basic () |
SETUP_TEARDOWN_TESTCONTEXT void | test_monitor_invalid_protocol_fails () |
void | test_monitor_versioned_basic (bind_function_t bind_function_, const char *expected_prefix_, int type_) |
void | test_monitor_versioned_basic_ipc () |
void | test_monitor_versioned_basic_tcp_ipv4 () |
void | test_monitor_versioned_basic_tcp_ipv6 () |
void | test_monitor_versioned_basic_tipc () |
void | test_monitor_versioned_invalid_socket_type () |
void | test_monitor_versioned_stats (bind_function_t bind_function_, const char *expected_prefix_) |
void | test_monitor_versioned_stats_ipc () |
void | test_monitor_versioned_stats_tcp_ipv4 () |
void | test_monitor_versioned_stats_tcp_ipv6 () |
int main | ( | ) |
Definition at line 414 of file test_monitor.cpp.
void test_monitor_basic | ( | ) |
Definition at line 31 of file test_monitor.cpp.
SETUP_TEARDOWN_TESTCONTEXT void test_monitor_invalid_protocol_fails | ( | ) |
Definition at line 13 of file test_monitor.cpp.
void test_monitor_versioned_basic | ( | bind_function_t | bind_function_, |
const char * | expected_prefix_, | ||
int | type_ | ||
) |
Definition at line 120 of file test_monitor.cpp.
void test_monitor_versioned_basic_ipc | ( | ) |
Definition at line 268 of file test_monitor.cpp.
void test_monitor_versioned_basic_tcp_ipv4 | ( | ) |
Definition at line 252 of file test_monitor.cpp.
void test_monitor_versioned_basic_tcp_ipv6 | ( | ) |
Definition at line 260 of file test_monitor.cpp.
void test_monitor_versioned_basic_tipc | ( | ) |
Definition at line 276 of file test_monitor.cpp.
void test_monitor_versioned_invalid_socket_type | ( | ) |
Definition at line 108 of file test_monitor.cpp.
void test_monitor_versioned_stats | ( | bind_function_t | bind_function_, |
const char * | expected_prefix_ | ||
) |
Definition at line 285 of file test_monitor.cpp.
void test_monitor_versioned_stats_ipc | ( | ) |
Definition at line 406 of file test_monitor.cpp.
void test_monitor_versioned_stats_tcp_ipv4 | ( | ) |
Definition at line 394 of file test_monitor.cpp.
void test_monitor_versioned_stats_tcp_ipv6 | ( | ) |
Definition at line 400 of file test_monitor.cpp.