BOOST_
level
_NO_THROW
BOOST_level_NO_THROW(expression) asserts that expression does not throw an exception.
_NO_THROW(
expression
)
BOOST_AUTO_TEST_CASE(example_no_throw) { BOOST_REQUIRE_NO_THROW(1 + 1); }