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) | 
      
  | 
  inline | 
References make_report().
      
  | 
  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  | 
        ||
| ) | 
Referenced by confirmation_report(), detailed_report(), and short_report().
| 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 & | ) | 
      
  | 
  inline | 
References make_report().