zmqpp  4.1.2
C++ bindings for 0mq (libzmq)
Functions | Variables
test_poller.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "zmqpp/context.hpp"
#include "zmqpp/message.hpp"
#include "zmqpp/poller.hpp"
#include "zmqpp/socket.hpp"
Include dependency graph for test_poller.cpp:

Functions

 BOOST_AUTO_TEST_CASE (initialise)
 
 BOOST_AUTO_TEST_CASE (simple_pull_push)
 
 BOOST_AUTO_TEST_CASE (multi_socket_poll)
 
 BOOST_AUTO_TEST_CASE (throws_exception_unknown_socket)
 
 BOOST_AUTO_TEST_CASE (ignores_removed_sockets)
 
 BOOST_AUTO_TEST_CASE (remove_maintains_index)
 
 BOOST_AUTO_TEST_CASE (exceptions_testing_removed_sockets)
 

Variables

const int max_poll_timeout = 100
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/7]

BOOST_AUTO_TEST_CASE ( initialise  )

◆ BOOST_AUTO_TEST_CASE() [2/7]

BOOST_AUTO_TEST_CASE ( simple_pull_push  )

◆ BOOST_AUTO_TEST_CASE() [3/7]

BOOST_AUTO_TEST_CASE ( multi_socket_poll  )

◆ BOOST_AUTO_TEST_CASE() [4/7]

BOOST_AUTO_TEST_CASE ( throws_exception_unknown_socket  )

◆ BOOST_AUTO_TEST_CASE() [5/7]

BOOST_AUTO_TEST_CASE ( ignores_removed_sockets  )

◆ BOOST_AUTO_TEST_CASE() [6/7]

BOOST_AUTO_TEST_CASE ( remove_maintains_index  )

◆ BOOST_AUTO_TEST_CASE() [7/7]

BOOST_AUTO_TEST_CASE ( exceptions_testing_removed_sockets  )

Variable Documentation

◆ max_poll_timeout

const int max_poll_timeout = 100