#include <tut_restartable.hpp>
Restartable test runner wrapper.
- Examples:
- restartable/main.cpp.
tut::restartable_wrapper::restartable_wrapper |
( |
const std::string & |
dir = "." | ) |
|
|
inline |
Default constructor.
- Parameters
-
dir | Directory where to search/put log and journal files |
groupnames tut::restartable_wrapper::list_groups |
( |
| ) |
const |
|
inline |
void tut::restartable_wrapper::register_group |
( |
const std::string & |
name, |
|
|
group_base * |
gr |
|
) |
| |
|
inline |
void tut::restartable_wrapper::run_tests |
( |
| ) |
const |
|
inline |
void tut::restartable_wrapper::set_callback |
( |
callback * |
cb | ) |
|
|
inline |
The documentation for this class was generated from the following file: