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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (encode_uint8)
 
 BOOST_AUTO_TEST_CASE (encode_uint16)
 
 BOOST_AUTO_TEST_CASE (encode_uint32)
 
 BOOST_AUTO_TEST_CASE (encode_uint64)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( encode_uint8  )
Test:
Verify that base encoders work as expected.

Definition at line 9 of file ut_base_encoders.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( encode_uint16  )
Test:
Verify that base encoders work as expected.

Definition at line 41 of file ut_base_encoders.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( encode_uint32  )
Test:
Verify that base encoders work as expected.

Definition at line 70 of file ut_base_encoders.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( encode_uint64  )
Test:
Verify that base encoders work as expected.

Definition at line 100 of file ut_base_encoders.cpp.