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

Classes

class  caller
 

Typedefs

typedef
boost::unit_test::const_string 
const_string
 

Functions

unit_test::counter_t & errors_counter ()
 
void report_error (const char *msg, const char *file, int line, const_string func_name, bool is_msg=false)
 
void report_critical_error (const char *msg, const char *file, int line, const_string func_name, bool is_msg=false)
 

Typedef Documentation

Function Documentation

unit_test::counter_t& boost::minimal_test::errors_counter ( )
inline

Referenced by main(), and report_error().

void boost::minimal_test::report_critical_error ( const char *  msg,
const char *  file,
int  line,
const_string  func_name,
bool  is_msg = false 
)
inline

References report_error().

void boost::minimal_test::report_error ( const char *  msg,
const char *  file,
int  line,
const_string  func_name,
bool  is_msg = false 
)
inline

References errors_counter().

Referenced by report_critical_error().