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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (decode_timestamp)
 
 BOOST_AUTO_TEST_CASE (decode_timestamp_range)
 
 BOOST_AUTO_TEST_CASE (stream_timestamp)
 
 BOOST_AUTO_TEST_CASE (encode_timestamp)
 
 BOOST_AUTO_TEST_CASE (encode_timestamp_range)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( decode_timestamp  )
Test:
Verify that jb::itch5::decoder works for jb::itch5::timestamp as expected.

Definition at line 9 of file ut_timestamp.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/5]

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

Definition at line 40 of file ut_timestamp.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( stream_timestamp  )
Test:
Verify that jb::itch5::timestamp iostream operator works as expected.

Definition at line 57 of file ut_timestamp.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( encode_timestamp  )
Test:
Verify that jb::itch5::encoder works for jb::itch5::timestamp as expected.

Definition at line 106 of file ut_timestamp.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/5]

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

Definition at line 135 of file ut_timestamp.cpp.