zmqpp
4.1.2
C++ bindings for 0mq (libzmq)
|
#include <boost/test/unit_test.hpp>
#include <thread>
#include "zmqpp/context.hpp"
#include "zmqpp/message.hpp"
#include "zmqpp/actor.hpp"
#include "zmqpp/poller.hpp"
#include <iostream>
Functions | |
BOOST_AUTO_TEST_CASE (simple_test) | |
BOOST_AUTO_TEST_CASE (test_actor_movable) | |
BOOST_AUTO_TEST_CASE (child_thread_wait_for_stop) | |
BOOST_AUTO_TEST_CASE (test_actor_init_failed) | |
BOOST_AUTO_TEST_CASE (test_actor_stop_failed) | |
BOOST_AUTO_TEST_CASE (test_sending_command) | |
BOOST_AUTO_TEST_CASE | ( | simple_test | ) |
BOOST_AUTO_TEST_CASE | ( | test_actor_movable | ) |
BOOST_AUTO_TEST_CASE | ( | child_thread_wait_for_stop | ) |
BOOST_AUTO_TEST_CASE | ( | test_actor_init_failed | ) |
BOOST_AUTO_TEST_CASE | ( | test_actor_stop_failed | ) |
BOOST_AUTO_TEST_CASE | ( | test_sending_command | ) |