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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (integer_range_binning_constructor_int)
 
 BOOST_AUTO_TEST_CASE (integer_range_binning_basic_int)
 
 BOOST_AUTO_TEST_CASE (integer_range_binning_constructor_std_uint64)
 
 BOOST_AUTO_TEST_CASE (integer_range_binning_basic_std_uint64)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( integer_range_binning_constructor_int  )
Test:
Verify the constructor in jb::integer_range_binning works as expected.

Definition at line 38 of file ut_integer_range_binning.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( integer_range_binning_basic_int  )
Test:
Verify that jb::integer_range_binning works as expected.

Definition at line 45 of file ut_integer_range_binning.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( integer_range_binning_constructor_std_uint64  )
Test:
Verify the constructor in jb::integer_range_binning works as expected.

Definition at line 52 of file ut_integer_range_binning.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( integer_range_binning_basic_std_uint64  )
Test:
Verify that jb::integer_range_binning works as expected.

Definition at line 59 of file ut_integer_range_binning.cpp.