wibble 1.1
|
Restartable test runner wrapper. More...
#include <tut_restartable.h>
Public Member Functions | |
restartable_wrapper (const std::string &dir=".") | |
Default constructor. | |
void | register_group (const std::string &name, group_base *gr) |
Stores another group for getting by name. | |
void | set_callback (callback *cb) |
Stores callback object. | |
callback & | get_callback () const |
Returns callback object. | |
groupnames | list_groups () const |
Returns list of known test groups. | |
void | run_tests () const |
Runs all tests in all groups. | |
Restartable test runner wrapper.
|
inline |
Default constructor.
dir | Directory where to search/put log and journal files |
|
inline |
Returns callback object.
References tut::test_runner::get_callback().
|
inline |
Returns list of known test groups.
References tut::test_runner::list_groups().
Referenced by run_tests().
|
inline |
Stores another group for getting by name.
References tut::test_runner::register_group().
|
inline |
Runs all tests in all groups.
References list_groups(), and tut::test_runner::run_test().
|
inline |
Stores callback object.