Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
cetlib
test_macros.h
Go to the documentation of this file.
1
#ifndef cetlib_test_macros_h
2
#define cetlib_test_macros_h
3
4
#include "
cetlib/quiet_unit_test.hpp
"
5
6
#define CET_CHECK_EQUAL_COLLECTIONS(test, ref) \
7
BOOST_CHECK_EQUAL_COLLECTIONS( \
8
test.begin(), test.end(), ref.begin(), ref.end())
9
10
#endif
/* cetlib_test_macros_h */
quiet_unit_test.hpp
Generated on Thu Feb 25 2021 14:14:47 for NOvA by
1.8.11