JayBeams  0.1
Another project to have fun coding.
Functions
ut_mwcb_breach_message.cpp File Reference
#include <jb/itch5/mwcb_breach_message.hpp>
#include <jb/itch5/testing/data.hpp>
#include <boost/test/unit_test.hpp>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (decode_mwcb_breach_message)
 
 BOOST_AUTO_TEST_CASE (stream_mwcb_breach_message)
 
 BOOST_AUTO_TEST_CASE (simple_breached_level)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( decode_mwcb_breach_message  )

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( stream_mwcb_breach_message  )
Test:
Verify that jb::itch5::mwcb_breach_message iostream operator works as expected.

Definition at line 36 of file ut_mwcb_breach_message.cpp.

References jb::itch5::testing::mwcb_breach(), and jb::itch5::decoder< validate, T >::r().

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( simple_breached_level  )
Test:
Verify that breached_level_t works as expected.

Definition at line 53 of file ut_mwcb_breach_message.cpp.