Go to the source code of this file.
Macros | |
#define | def_test_spec_pushpull(name, bind_address_) |
Functions | |
def_test_spec_pushpull (inproc, "inproc://a") def_test_spec_pushpull(tcp | |
RUN_TEST (test_spec_pushpull_inproc_pull_fair_queue_in) | |
RUN_TEST (test_spec_pushpull_inproc_push_block_on_send_no_peers) | |
RUN_TEST (test_spec_pushpull_inproc_push_multipart_atomic_drop_block) | |
RUN_TEST (test_spec_pushpull_inproc_push_multipart_atomic_drop_non_block) | |
RUN_TEST (test_spec_pushpull_inproc_push_round_robin_out) | |
RUN_TEST (test_spec_pushpull_tcp_pull_fair_queue_in) | |
RUN_TEST (test_spec_pushpull_tcp_push_block_on_send_no_peers) | |
RUN_TEST (test_spec_pushpull_tcp_push_multipart_atomic_drop_block) | |
RUN_TEST (test_spec_pushpull_tcp_push_multipart_atomic_drop_non_block) | |
RUN_TEST (test_spec_pushpull_tcp_push_round_robin_out) | |
void | test_destroy_queue_on_disconnect (const char *bind_address_) |
void | test_pull_fair_queue_in (const char *bind_address_) |
void | test_push_block_on_send_no_peers (const char *bind_address_) |
void | test_push_multipart_atomic_drop (const char *bind_address_, const bool block_) |
void | test_push_round_robin_out (const char *bind_address_) |
UNITY_BEGIN () | |
return | UNITY_END () |
Variables | |
tcp | __pad0__ |
SETUP_TEARDOWN_TESTCONTEXT char | connect_address [MAX_SOCKET_STRING] |
#define def_test_spec_pushpull | ( | name, | |
bind_address_ | |||
) |
Definition at line 343 of file test_spec_pushpull.cpp.
def_test_spec_pushpull | ( | inproc | , |
"inproc://a" | |||
) |
RUN_TEST | ( | test_spec_pushpull_inproc_pull_fair_queue_in | ) |
RUN_TEST | ( | test_spec_pushpull_inproc_push_block_on_send_no_peers | ) |
RUN_TEST | ( | test_spec_pushpull_inproc_push_multipart_atomic_drop_block | ) |
RUN_TEST | ( | test_spec_pushpull_inproc_push_multipart_atomic_drop_non_block | ) |
RUN_TEST | ( | test_spec_pushpull_inproc_push_round_robin_out | ) |
RUN_TEST | ( | test_spec_pushpull_tcp_pull_fair_queue_in | ) |
RUN_TEST | ( | test_spec_pushpull_tcp_push_block_on_send_no_peers | ) |
RUN_TEST | ( | test_spec_pushpull_tcp_push_multipart_atomic_drop_block | ) |
RUN_TEST | ( | test_spec_pushpull_tcp_push_multipart_atomic_drop_non_block | ) |
RUN_TEST | ( | test_spec_pushpull_tcp_push_round_robin_out | ) |
void test_destroy_queue_on_disconnect | ( | const char * | bind_address_ | ) |
Definition at line 145 of file test_spec_pushpull.cpp.
void test_pull_fair_queue_in | ( | const char * | bind_address_ | ) |
Definition at line 55 of file test_spec_pushpull.cpp.
void test_push_block_on_send_no_peers | ( | const char * | bind_address_ | ) |
Definition at line 127 of file test_spec_pushpull.cpp.
void test_push_multipart_atomic_drop | ( | const char * | bind_address_, |
const bool | block_ | ||
) |
Definition at line 210 of file test_spec_pushpull.cpp.
void test_push_round_robin_out | ( | const char * | bind_address_ | ) |
Definition at line 15 of file test_spec_pushpull.cpp.
UNITY_BEGIN | ( | ) |
return UNITY_END | ( | ) |
tcp __pad0__ |
Definition at line 375 of file test_spec_pushpull.cpp.
SETUP_TEARDOWN_TESTCONTEXT char connect_address[MAX_SOCKET_STRING] |
Definition at line 11 of file test_spec_pushpull.cpp.