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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (event_rate_histogram_basics)
 
 BOOST_AUTO_TEST_CASE (event_rate_histogram_repeats)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( event_rate_histogram_basics  )
Test:
Test the basic functionality of a event_rate_histogram.

Definition at line 8 of file ut_event_rate_histogram.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( event_rate_histogram_repeats  )
Test:
Test that even rate histograms capture repeated elements properly.

Definition at line 27 of file ut_event_rate_histogram.cpp.