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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (decode_uint8)
 
 BOOST_AUTO_TEST_CASE (decode_uint16)
 
 BOOST_AUTO_TEST_CASE (decode_uint32)
 
 BOOST_AUTO_TEST_CASE (decode_uint64)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( decode_uint8  )
Test:
Verify that base decoders work as expected.

Definition at line 8 of file ut_base_decoders.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( decode_uint16  )
Test:
Verify that base decoders work as expected.

Definition at line 37 of file ut_base_decoders.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( decode_uint32  )
Test:
Verify that base decoders work as expected.

Definition at line 60 of file ut_base_decoders.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( decode_uint64  )
Test:
Verify that base decoders work as expected.

Definition at line 85 of file ut_base_decoders.cpp.