zmqpp  4.1.2
C++ bindings for 0mq (libzmq)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
test_message.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <cstdlib>
#include <iostream>
#include <array>
#include <boost/lexical_cast.hpp>
#include "zmqpp/exception.hpp"
#include "zmqpp/message.hpp"
Include dependency graph for test_message.cpp:

Functions

 BOOST_AUTO_TEST_CASE (initialising)
 
 BOOST_AUTO_TEST_CASE (throws_exception_reading_invalid_part)
 
 BOOST_AUTO_TEST_CASE (move_construction_supporting)
 
 BOOST_AUTO_TEST_CASE (move_construction_supporting2)
 
 BOOST_AUTO_TEST_CASE (move_assignment_supporting)
 
 BOOST_AUTO_TEST_CASE (move_assignment_supporting2)
 
 BOOST_AUTO_TEST_CASE (copyable)
 
 BOOST_AUTO_TEST_CASE (move_part)
 
 BOOST_AUTO_TEST_CASE (copy_part)
 
 BOOST_AUTO_TEST_CASE (add_const_void)
 
 BOOST_AUTO_TEST_CASE (add_char_star)
 
 BOOST_AUTO_TEST_CASE (add_const_char_star)
 
 BOOST_AUTO_TEST_CASE (add_char_literal_and_size_t)
 
 BOOST_AUTO_TEST_CASE (add_char_literal_and_number)
 
 BOOST_AUTO_TEST_CASE (add_number)
 
 BOOST_AUTO_TEST_CASE (copy_part_string)
 
 BOOST_AUTO_TEST_CASE (multi_part_message)
 
 BOOST_AUTO_TEST_CASE (stream_throws_exception)
 
 BOOST_AUTO_TEST_CASE (stream_output_string)
 
 BOOST_AUTO_TEST_CASE (stream_copy_input_c_string)
 
 BOOST_AUTO_TEST_CASE (stream_copy_input_string)
 
 BOOST_AUTO_TEST_CASE (stream_multiple_parts)
 
 BOOST_AUTO_TEST_CASE (output_stream_resetable)
 
 BOOST_AUTO_TEST_CASE (many_part_queue_check)
 
 BOOST_AUTO_TEST_CASE (reserve_zmq_frame)
 
 BOOST_AUTO_TEST_CASE (push_end_of_frame_queue)
 
 BOOST_AUTO_TEST_CASE (pop_end_of_frame_queue)
 
 BOOST_AUTO_TEST_CASE (push_front_of_frame_queue)
 
 BOOST_AUTO_TEST_CASE (pop_front_of_frame_queue)
 
 BOOST_AUTO_TEST_CASE (add_const_part)
 

Function Documentation

BOOST_AUTO_TEST_CASE ( initialising  )
BOOST_AUTO_TEST_CASE ( throws_exception_reading_invalid_part  )
BOOST_AUTO_TEST_CASE ( move_construction_supporting  )
BOOST_AUTO_TEST_CASE ( move_construction_supporting2  )
BOOST_AUTO_TEST_CASE ( move_assignment_supporting  )
BOOST_AUTO_TEST_CASE ( move_assignment_supporting2  )
BOOST_AUTO_TEST_CASE ( copyable  )
BOOST_AUTO_TEST_CASE ( move_part  )
BOOST_AUTO_TEST_CASE ( copy_part  )
BOOST_AUTO_TEST_CASE ( add_const_void  )
BOOST_AUTO_TEST_CASE ( add_char_star  )
BOOST_AUTO_TEST_CASE ( add_const_char_star  )
BOOST_AUTO_TEST_CASE ( add_char_literal_and_size_t  )
BOOST_AUTO_TEST_CASE ( add_char_literal_and_number  )
BOOST_AUTO_TEST_CASE ( add_number  )
BOOST_AUTO_TEST_CASE ( copy_part_string  )
BOOST_AUTO_TEST_CASE ( multi_part_message  )
BOOST_AUTO_TEST_CASE ( stream_throws_exception  )
BOOST_AUTO_TEST_CASE ( stream_output_string  )
BOOST_AUTO_TEST_CASE ( stream_copy_input_c_string  )
BOOST_AUTO_TEST_CASE ( stream_copy_input_string  )
BOOST_AUTO_TEST_CASE ( stream_multiple_parts  )
BOOST_AUTO_TEST_CASE ( output_stream_resetable  )
BOOST_AUTO_TEST_CASE ( many_part_queue_check  )
BOOST_AUTO_TEST_CASE ( reserve_zmq_frame  )
BOOST_AUTO_TEST_CASE ( push_end_of_frame_queue  )
BOOST_AUTO_TEST_CASE ( pop_end_of_frame_queue  )
BOOST_AUTO_TEST_CASE ( push_front_of_frame_queue  )
BOOST_AUTO_TEST_CASE ( pop_front_of_frame_queue  )
BOOST_AUTO_TEST_CASE ( add_const_part  )