$search
#include <boost/version.hpp>
#include <boost/test/test_tools.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test_log.hpp>
Go to the source code of this file.
Defines | |
#define | BOOST_REQUIRE_EQUAL(s, c) BOOST_CHECK_EQUAL(s,c) |
#define | BOOST_REQUIRE_NO_THROW(s) BOOST_CHECK_NO_THROW(s) |
#define | BOOST_REQUIRE_THROW(s, c) BOOST_CHECK_THROW(s,c) |
Functions | |
void | set_log_threshold_level (log_level lev) |
#define BOOST_REQUIRE_EQUAL | ( | s, | |||
c | ) | BOOST_CHECK_EQUAL(s,c) |
Definition at line 14 of file testsuite.hh.
#define BOOST_REQUIRE_NO_THROW | ( | s | ) | BOOST_CHECK_NO_THROW(s) |
Definition at line 13 of file testsuite.hh.
#define BOOST_REQUIRE_THROW | ( | s, | |||
c | ) | BOOST_CHECK_THROW(s,c) |
Definition at line 12 of file testsuite.hh.
void set_log_threshold_level | ( | log_level | lev | ) | [inline] |
Definition at line 18 of file testsuite.hh.