Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::unit_test::results_reporter Namespace Reference

Classes

class  format
 

Functions

BOOST_TEST_DECL void set_level (report_level)
 
BOOST_TEST_DECL void set_stream (std::ostream &)
 
BOOST_TEST_DECL void set_format (output_format)
 
BOOST_TEST_DECL void set_format (results_reporter::format *)
 
BOOST_TEST_DECL std::ostream & get_stream ()
 
BOOST_TEST_DECL void make_report (report_level l=INV_REPORT_LEVEL, test_unit_id=INV_TEST_UNIT_ID)
 
void confirmation_report (test_unit_id id=INV_TEST_UNIT_ID)
 
void short_report (test_unit_id id=INV_TEST_UNIT_ID)
 
void detailed_report (test_unit_id id=INV_TEST_UNIT_ID)
 

Function Documentation

void boost::unit_test::results_reporter::confirmation_report ( test_unit_id  id = INV_TEST_UNIT_ID)
inline

References make_report().

void boost::unit_test::results_reporter::detailed_report ( test_unit_id  id = INV_TEST_UNIT_ID)
inline

References make_report().

BOOST_TEST_DECL std::ostream& boost::unit_test::results_reporter::get_stream ( )
BOOST_TEST_DECL void boost::unit_test::results_reporter::make_report ( report_level  l = INV_REPORT_LEVEL,
test_unit_id  = INV_TEST_UNIT_ID 
)
BOOST_TEST_DECL void boost::unit_test::results_reporter::set_format ( output_format  )
BOOST_TEST_DECL void boost::unit_test::results_reporter::set_format ( results_reporter::format *  )
BOOST_TEST_DECL void boost::unit_test::results_reporter::set_level ( report_level  )
BOOST_TEST_DECL void boost::unit_test::results_reporter::set_stream ( std::ostream &  )
void boost::unit_test::results_reporter::short_report ( test_unit_id  id = INV_TEST_UNIT_ID)
inline

References make_report().