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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (explicit_cuts_binning_constructor)
 
 BOOST_AUTO_TEST_CASE (explicit_cuts_binning_basic)
 
 BOOST_AUTO_TEST_CASE (explicit_cuts_binning_histogram)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( explicit_cuts_binning_constructor  )
Test:
Verify the constructor in jb::explicit_cuts_binning works as expected.

Definition at line 15 of file ut_explicit_cuts_binning.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( explicit_cuts_binning_basic  )
Test:
Verify that jb::explicit_cuts_binning works as expected.

Definition at line 31 of file ut_explicit_cuts_binning.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( explicit_cuts_binning_histogram  )
Test:
Verify that jb::explicit_cuts_binning works with jb::histogram.

Definition at line 60 of file ut_explicit_cuts_binning.cpp.