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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (decode_seconds_field)
 
 BOOST_AUTO_TEST_CASE (decode_seconds_field_range)
 
 BOOST_AUTO_TEST_CASE (stream_seconds_field)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( decode_seconds_field  )
Test:
Verify that jb::itch5::decoder works for jb::itch5::seconds_field as expected.

Definition at line 9 of file ut_seconds_field.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( decode_seconds_field_range  )
Test:
Verify that the jb::itch5::decoder detects out of range errors for jb::itch5::seconds_field.

Definition at line 41 of file ut_seconds_field.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( stream_seconds_field  )
Test:
Verify that jb::itch5::seconds_field iostream operator works as expected.

Definition at line 58 of file ut_seconds_field.cpp.