zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
Loading...
Searching...
No Matches
test_reactor.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <thread>
#include "zmqpp/context.hpp"
#include "zmqpp/message.hpp"
#include "zmqpp/reactor.hpp"
#include "zmqpp/socket.hpp"
Include dependency graph for test_reactor.cpp:

Functions

 BOOST_AUTO_TEST_CASE (initialise)
 
 BOOST_AUTO_TEST_CASE (simple_pull_push)
 
 BOOST_AUTO_TEST_CASE (multiple_socket)
 
 BOOST_AUTO_TEST_CASE (remove_socket_in_handler)
 

Variables

const int max_poll_timeout = 100
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( initialise )

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( multiple_socket )

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( remove_socket_in_handler )

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( simple_pull_push )

Variable Documentation

◆ max_poll_timeout

const int max_poll_timeout = 100