Test for util::filterRangeFor()
.
More...
#include "lardata/Utilities/filterRangeFor.h"
#include "boost/test/unit_test.hpp"
#include <algorithm>
#include <numeric>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE ( filterRangeFor_test ) |
Functions | |
template<typename Cont , typename Pred > | |
void | testPredicate (Cont &data, Pred pred) |
BOOST_AUTO_TEST_CASE (filterRangeFor_testCase) | |
Test for util::filterRangeFor()
.
The test is run with no arguments.
Definition in file filterRangeFor_test.cc.
#define BOOST_TEST_MODULE ( filterRangeFor_test ) |
Definition at line 16 of file filterRangeFor_test.cc.
BOOST_AUTO_TEST_CASE | ( | filterRangeFor_testCase | ) |
Definition at line 42 of file filterRangeFor_test.cc.
void testPredicate | ( | Cont & | data, |
Pred | pred | ||
) |
Definition at line 26 of file filterRangeFor_test.cc.