Home
last modified time | relevance | path

Searched refs:BOOST_CHECK_THROW_IMPL (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/test/tools/
Dinterface.hpp174 #define BOOST_CHECK_THROW_IMPL(S, E, TL, Ppassed, Mpassed, Pcaught, Mcaught)\ macro
185 #define BOOST_CHECK_THROW_IMPL(S, E, TL, Ppassed, Mpassed, Pcaught, Mcaught)\ macro
198 #define BOOST_CHECK_THROW_IMPL(S, E, TL, Ppassed, Mpassed, Pcaught, Mcaught)\ macro
213 BOOST_CHECK_THROW_IMPL(S, E const&, WARN, \
218 BOOST_CHECK_THROW_IMPL(S, E const&, CHECK, \
223 BOOST_CHECK_THROW_IMPL(S, E const&, REQUIRE, \
231 BOOST_CHECK_THROW_IMPL(S, E const& ex, WARN, \
236 BOOST_CHECK_THROW_IMPL(S, E const& ex, CHECK, \
241 BOOST_CHECK_THROW_IMPL(S, E const& ex, REQUIRE, \
249 BOOST_CHECK_THROW_IMPL(S, ..., WARN, \
[all …]
/third_party/boost/boost/test/tools/old/
Dinterface.hpp100 #define BOOST_CHECK_THROW_IMPL( S, E, P, postfix, TL ) \ macro
118 #define BOOST_WARN_THROW( S, E ) BOOST_CHECK_THROW_IMPL( S, E, true, "", WARN )
119 #define BOOST_CHECK_THROW( S, E ) BOOST_CHECK_THROW_IMPL( S, E, true, "", CHECK )
120 #define BOOST_REQUIRE_THROW( S, E ) BOOST_CHECK_THROW_IMPL( S, E, true, "", REQUIRE )
124 #define BOOST_WARN_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), \
126 #define BOOST_CHECK_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), \
128 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), \