Go to the source code of this file.
Functions | |
int | main () |
void | test_envelope (const char *bind_address_) |
void | test_envelope_inproc () |
void | test_envelope_tcp () |
void | test_fair_queue_in (const char *bind_address_) |
void | test_fair_queue_in_inproc () |
void | test_fair_queue_in_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 119 of file test_spec_rep.cpp.
void test_envelope | ( | const char * | bind_address_ | ) |
Definition at line 67 of file test_spec_rep.cpp.
void test_envelope_inproc | ( | ) |
Definition at line 109 of file test_spec_rep.cpp.
void test_envelope_tcp | ( | ) |
Definition at line 114 of file test_spec_rep.cpp.
void test_fair_queue_in | ( | const char * | bind_address_ | ) |
Definition at line 12 of file test_spec_rep.cpp.
void test_fair_queue_in_inproc | ( | ) |
Definition at line 99 of file test_spec_rep.cpp.
void test_fair_queue_in_tcp | ( | ) |
Definition at line 104 of file test_spec_rep.cpp.
const char bind_inproc[] = "inproc://a" |
Definition at line 96 of file test_spec_rep.cpp.
const char bind_tcp[] = "tcp://127.0.0.1:*" |
Definition at line 97 of file test_spec_rep.cpp.
SETUP_TEARDOWN_TESTCONTEXT char connect_address[MAX_SOCKET_STRING] |
Definition at line 10 of file test_spec_rep.cpp.