Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
results_reporter.hpp File Reference
#include <boost/test/detail/global_typedef.hpp>
#include <boost/test/detail/fwd_decl.hpp>
#include <iosfwd>
#include <boost/test/detail/suppress_warnings.hpp>
#include <boost/test/detail/enable_warnings.hpp>
Include dependency graph for results_reporter.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::unit_test::results_reporter::format
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::unit_test
 
 boost::unit_test::results_reporter
 

Functions

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 &)
 
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 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)
 
void boost::unit_test::results_reporter::confirmation_report (test_unit_id id=INV_TEST_UNIT_ID)
 
void boost::unit_test::results_reporter::short_report (test_unit_id id=INV_TEST_UNIT_ID)
 
void boost::unit_test::results_reporter::detailed_report (test_unit_id id=INV_TEST_UNIT_ID)