JayBeams
0.1
Another project to have fun coding.
|
#include <jb/itch5/make_socket_udp_send.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_send_compile) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_send_basic) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_send_multicast_ipv4) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_send_multicast_ipv6) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_send_multicast_options) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_send_multicast_options_errors) | |
BOOST_AUTO_TEST_CASE (itch5_make_socket_udp_send_unicast_options) | |
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_send_compile | ) |
Definition at line 7 of file ut_make_socket_udp_send.cpp.
References jb::itch5::udp_sender_config::address, and jb::itch5::make_socket_udp_send().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_send_basic | ) |
Definition at line 18 of file ut_make_socket_udp_send.cpp.
References jb::itch5::detail::setup_socket_udp_send().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_send_multicast_ipv4 | ) |
Definition at line 35 of file ut_make_socket_udp_send.cpp.
References jb::itch5::detail::setup_socket_udp_send().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_send_multicast_ipv6 | ) |
Definition at line 54 of file ut_make_socket_udp_send.cpp.
References jb::itch5::detail::setup_socket_udp_send().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_send_multicast_options | ) |
Definition at line 72 of file ut_make_socket_udp_send.cpp.
References jb::itch5::detail::setup_socket_udp_send().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_send_multicast_options_errors | ) |
Definition at line 119 of file ut_make_socket_udp_send.cpp.
References jb::itch5::make_socket_udp_send().
BOOST_AUTO_TEST_CASE | ( | itch5_make_socket_udp_send_unicast_options | ) |
Definition at line 133 of file ut_make_socket_udp_send.cpp.
References jb::itch5::detail::setup_socket_udp_send().