zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
Functions
test_actor.cpp File Reference
#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>
Include dependency graph for test_actor.cpp:

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)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( child_thread_wait_for_stop  )

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( simple_test  )

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( test_actor_init_failed  )

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( test_actor_movable  )

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( test_actor_stop_failed  )

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( test_sending_command  )