JayBeams
0.1
Another project to have fun coding.
|
#include <jb/itch5/make_socket_udp_recv.hpp>
#include <jb/itch5/testing/mock_udp_socket.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_recv_compile) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_recv_basic) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_recv_multicast_ipv4) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_recv_multicast_ipv6) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_recv_listen_address) | |
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_recv_compile | ) |
Definition at line 9 of file ut_make_socket_udp_recv.cpp.
References jb::itch5::udp_receiver_config::address, and jb::itch5::make_socket_udp_recv().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_recv_basic | ) |
Definition at line 23 of file ut_make_socket_udp_recv.cpp.
References jb::itch5::detail::setup_socket_udp_recv().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_recv_multicast_ipv4 | ) |
Definition at line 41 of file ut_make_socket_udp_recv.cpp.
References jb::itch5::detail::setup_socket_udp_recv().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_recv_multicast_ipv6 | ) |
Definition at line 63 of file ut_make_socket_udp_recv.cpp.
References jb::itch5::detail::setup_socket_udp_recv().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_recv_listen_address | ) |
Definition at line 84 of file ut_make_socket_udp_recv.cpp.
References jb::itch5::detail::setup_socket_udp_recv().