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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (decode_short_string_field)
 
 BOOST_AUTO_TEST_CASE (validate_short_string_field)
 
 BOOST_AUTO_TEST_CASE (stream_short_string_field)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( decode_short_string_field  )
Test:
Verify that jb::itch5::decoder for jb::itch5::short_string_field works as expected.

Definition at line 9 of file ut_short_string_field.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( validate_short_string_field  )
Test:
Verify that value validators in jb::itch5::decoder works work as expected.

Definition at line 44 of file ut_short_string_field.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( stream_short_string_field  )
Test:
Verify that jb::itch5::short_string_field iostream operator works as expected.

Definition at line 71 of file ut_short_string_field.cpp.