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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (decode_price_field_4)
 
 BOOST_AUTO_TEST_CASE (decode_price_field_8)
 
 BOOST_AUTO_TEST_CASE (stream_price_field_4)
 
 BOOST_AUTO_TEST_CASE (stream_price_field_8)
 
 BOOST_AUTO_TEST_CASE (addition_operators_field_4)
 
 BOOST_AUTO_TEST_CASE (addition_operators_field_8)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( decode_price_field_4  )
Test:
Verify that jb::itch5::decoder for jb::itch5::price_field works as expected.

Definition at line 9 of file ut_price_field.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( decode_price_field_8  )
Test:
Verify that jb::itch5::decoder for jb::itch5::price_field works as expected.

Definition at line 39 of file ut_price_field.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( stream_price_field_4  )
Test:
Verify that jb::itch5::price_field iostream operator works as expected.

Definition at line 59 of file ut_price_field.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( stream_price_field_8  )
Test:
Verify that jb::itch5::price_field iostream operator works as expected.

Definition at line 77 of file ut_price_field.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( addition_operators_field_4  )
Test:
Verify addition and addition assignment operator work as expected.

Definition at line 94 of file ut_price_field.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( addition_operators_field_8  )
Test:
Verify addition and addition assignment operator work as expected.

Definition at line 107 of file ut_price_field.cpp.