Go to the source code of this file.
Functions | |
int | main () |
void | test_block_on_send_no_peers () |
void | test_req_message_format (const char *bind_address_) |
void | test_req_message_format_inproc () |
void | test_req_message_format_tcp () |
void | test_req_only_listens_to_current_peer (const char *bind_address_) |
void | test_req_only_listens_to_current_peer_inproc () |
void | test_req_only_listens_to_current_peer_tcp () |
void | test_round_robin_out (const char *bind_address_) |
void | test_round_robin_out_inproc () |
void | test_round_robin_out_tcp () |
Variables | |
const char | bind_inproc [] = "inproc://a" |
const char | bind_tcp [] = "tcp://127.0.0.1:*" |
SETUP_TEARDOWN_TESTCONTEXT char | connect_address [MAX_SOCKET_STRING] |
int main | ( | ) |
Definition at line 195 of file test_spec_req.cpp.
void test_block_on_send_no_peers | ( | ) |
Definition at line 148 of file test_spec_req.cpp.
void test_req_message_format | ( | const char * | bind_address_ | ) |
Definition at line 99 of file test_spec_req.cpp.
void test_req_message_format_inproc | ( | ) |
Definition at line 175 of file test_spec_req.cpp.
void test_req_message_format_tcp | ( | ) |
Definition at line 180 of file test_spec_req.cpp.
void test_req_only_listens_to_current_peer | ( | const char * | bind_address_ | ) |
Definition at line 44 of file test_spec_req.cpp.
void test_req_only_listens_to_current_peer_inproc | ( | ) |
Definition at line 185 of file test_spec_req.cpp.
void test_req_only_listens_to_current_peer_tcp | ( | ) |
Definition at line 190 of file test_spec_req.cpp.
void test_round_robin_out | ( | const char * | bind_address_ | ) |
Definition at line 10 of file test_spec_req.cpp.
void test_round_robin_out_inproc | ( | ) |
Definition at line 165 of file test_spec_req.cpp.
void test_round_robin_out_tcp | ( | ) |
Definition at line 170 of file test_spec_req.cpp.
const char bind_inproc[] = "inproc://a" |
Definition at line 162 of file test_spec_req.cpp.
const char bind_tcp[] = "tcp://127.0.0.1:*" |
Definition at line 163 of file test_spec_req.cpp.
SETUP_TEARDOWN_TESTCONTEXT char connect_address[MAX_SOCKET_STRING] |
Definition at line 8 of file test_spec_req.cpp.