Go to the source code of this file.
Functions | |
int | main () |
void | test_xsub_verbose_unsubscribe () |
Variables | |
const uint8_t | subscribe_a_msg [] = {1, 'A'} |
const char | test_endpoint [] = "inproc://soname" |
const SETUP_TEARDOWN_TESTCONTEXT uint8_t | unsubscribe_a_msg [] = {0, 'A'} |
int main | ( | ) |
Definition at line 96 of file test_xsub_verbose.cpp.
void test_xsub_verbose_unsubscribe | ( | ) |
Definition at line 13 of file test_xsub_verbose.cpp.
const uint8_t subscribe_a_msg[] = {1, 'A'} |
Definition at line 9 of file test_xsub_verbose.cpp.
const char test_endpoint[] = "inproc://soname" |
Definition at line 11 of file test_xsub_verbose.cpp.
const SETUP_TEARDOWN_TESTCONTEXT uint8_t unsubscribe_a_msg[] = {0, 'A'} |
Definition at line 8 of file test_xsub_verbose.cpp.