Searched refs:BOOST_REQUIRE_EQUAL_COLLECTIONS (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/numeric/odeint/test_external/mpi/ |
D | split_test.cpp | 57 … BOOST_REQUIRE_EQUAL_COLLECTIONS(in_data.begin(), in_data.end(), out_data.begin(), out_data.end()); in BOOST_AUTO_TEST_CASE()
|
D | state_test.cpp | 72 BOOST_REQUIRE_EQUAL_COLLECTIONS(state1().begin(), state1().end(), in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/regex/test/ |
D | test_macros.hpp | 225 #define BOOST_REQUIRE_EQUAL_COLLECTIONS(a, b, x, y) BOOST_MT_CHECK_EQ_COLLECTIONS(a, b, x, y, abort… macro
|
/third_party/boost/boost/test/tools/ |
D | interface.hpp | 338 #define BOOST_REQUIRE_EQUAL_COLLECTIONS( L_begin, L_end, R_begin, R_end ) \ macro
|
/third_party/boost/boost/test/tools/old/ |
D | interface.hpp | 250 #define BOOST_REQUIRE_EQUAL_COLLECTIONS( L_begin, L_end, R_begin, R_end ) \ macro
|
/third_party/boost/libs/process/test/ |
D | pipe.cpp | 252 BOOST_REQUIRE_EQUAL_COLLECTIONS(out.begin(), out.end(), in.begin(), in.end());
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | testing_tools_reference.qbk | 226 BOOST_REQUIRE_EQUAL_COLLECTIONS(left_begin, left_end, right_begin, right_end);
|