Test of util::counter() and support utilities.
More...
#include "larcorealg/CoreUtils/counter.h"#include <boost/test/unit_test.hpp>#include <vector>#include <cstddef>Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_MODULE ( counter_test ) |
Functions | |
| void | test_count_iterator_documentation () |
| void | test_counter_documentation () |
| void | test_infinite_counter_documentation () |
| BOOST_AUTO_TEST_CASE (counter_testcase) | |
Test of util::counter() and support utilities.
Definition in file counter_test.cc.
| #define BOOST_TEST_MODULE ( counter_test ) |
Definition at line 13 of file counter_test.cc.
| BOOST_AUTO_TEST_CASE | ( | counter_testcase | ) |
Definition at line 131 of file counter_test.cc.
| void test_count_iterator_documentation | ( | ) |
Definition at line 22 of file counter_test.cc.
| void test_counter_documentation | ( | ) |
Definition at line 58 of file counter_test.cc.
| void test_infinite_counter_documentation | ( | ) |
Definition at line 96 of file counter_test.cc.
1.8.11