JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces | Functions
ut_mold_udp_channel.cpp File Reference
#include <jb/itch5/make_socket_udp_recv.hpp>
#include <jb/itch5/mold_udp_channel.hpp>
#include <jb/itch5/mold_udp_protocol_constants.hpp>
#include <jb/itch5/testing/data.hpp>
#include <jb/itch5/timestamp.hpp>
#include <jb/itch5/udp_receiver_config.hpp>
#include <jb/gmock/init.hpp>
#include <boost/test/unit_test.hpp>

Go to the source code of this file.

Classes

struct  jb::itch5::mold_udp_channel_tester
 Break encapsulation in jb::itch5::mold_udp_channel for testing purposes. More...
 

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::itch5
 Contains classes and functions to parse NASDAQ ITCH-5.0 messages, more information about ITCH-5.0 can be found at: http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/NQTVITCHSpecification.pdf.
 

Functions

 BOOST_AUTO_TEST_CASE (itch5_mold_udp_channel_basic)
 
 BOOST_AUTO_TEST_CASE (itch5_mold_udp_channel_coverage)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( itch5_mold_udp_channel_basic  )
Test:
Verify that jb::itch5::mold_udp_channel works.

Definition at line 98 of file ut_mold_udp_channel.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( itch5_mold_udp_channel_coverage  )