libdballe 4.0.18
|
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.
tut::restartable_wrapper::restartable_wrapper | ( | const std::string & | dir = "." | ) | [inline] |
Default constructor.
dir | Directory where to search/put log and journal files |