Home
last modified time | relevance | path

Searched refs:BOOST_REQUIRE_EQUAL_COLLECTIONS (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/numeric/odeint/test_external/mpi/
Dsplit_test.cpp57BOOST_REQUIRE_EQUAL_COLLECTIONS(in_data.begin(), in_data.end(), out_data.begin(), out_data.end()); in BOOST_AUTO_TEST_CASE()
Dstate_test.cpp72 BOOST_REQUIRE_EQUAL_COLLECTIONS(state1().begin(), state1().end(), in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/regex/test/
Dtest_macros.hpp225 #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/
Dinterface.hpp338 #define BOOST_REQUIRE_EQUAL_COLLECTIONS( L_begin, L_end, R_begin, R_end ) \ macro
/third_party/boost/boost/test/tools/old/
Dinterface.hpp250 #define BOOST_REQUIRE_EQUAL_COLLECTIONS( L_begin, L_end, R_begin, R_end ) \ macro
/third_party/boost/libs/process/test/
Dpipe.cpp252 BOOST_REQUIRE_EQUAL_COLLECTIONS(out.begin(), out.end(), in.begin(), in.end());
/third_party/boost/libs/test/doc/testing_tools/
Dtesting_tools_reference.qbk226 BOOST_REQUIRE_EQUAL_COLLECTIONS(left_begin, left_end, right_begin, right_end);