Macros
test_macros.h File Reference
#include "boost/test/unit_test.hpp"

Go to the source code of this file.

Macros

#define CET_CHECK_EQUAL_COLLECTIONS(test, ref)
 

Macro Definition Documentation

#define CET_CHECK_EQUAL_COLLECTIONS (   test,
  ref 
)
Value:
BOOST_CHECK_EQUAL_COLLECTIONS( \
test.begin(), test.end(), ref.begin(), ref.end())

Definition at line 9 of file test_macros.h.