![]() |
Home | Libraries | People | FAQ | More |
boost::unit_test::framework::setup_error — This exception type is used to report test module setup errors.
// In header: <boost/test/framework.hpp> struct setup_error : public std::runtime_error { // public member functions setup_error(const_string); };