#include "testutil.hpp"
#include "testutil_unity.hpp"
#include <string.h>
Go to the source code of this file.
◆ DEFINE_REGULAR_TEST_CASES
#define DEFINE_REGULAR_TEST_CASES |
( |
|
name, |
|
|
|
bind_endpoint |
|
) |
| |
Value: void test_defaults_large_##
name () \
{ \
test_defaults_large (bind_endpoint); \
} \
\
void test_defaults_small_##
name () \
{ \
test_defaults_small (bind_endpoint); \
} \
\
void test_blocking_##
name () \
{ \
test_blocking (bind_endpoint); \
}
Definition at line 238 of file test_hwm_pubsub.cpp.
◆ RUN_REGULAR_TEST_CASES
#define RUN_REGULAR_TEST_CASES |
( |
|
name | ) |
|
◆ SOCKET_STRING_LEN
◆ main()
◆ receive()
int receive |
( |
void * |
socket_, |
|
|
int * |
is_termination_ |
|
) |
| |
◆ test_blocking() [1/2]
void test_blocking |
( |
const char * |
bind_endpoint_ | ) |
|
◆ test_blocking() [2/2]
int test_blocking |
( |
int |
send_hwm_, |
|
|
int |
msg_cnt_, |
|
|
const char * |
endpoint_ |
|
) |
| |
◆ test_defaults()
◆ test_defaults_large()
void test_defaults_large |
( |
const char * |
bind_endpoint_ | ) |
|
◆ test_defaults_small()
void test_defaults_small |
( |
const char * |
bind_endpoint_ | ) |
|
◆ test_reset_hwm()