|
OTest2
A C++ testing framework
|
Generic test runner. More...
#include <runner.h>

Public Member Functions | |
| Runner (const Runner &)=delete | |
| Runner & | operator= (const Runner &)=delete |
| Runner () | |
| Ctor. More... | |
| virtual | ~Runner () |
| Dtor. More... | |
| virtual RunnerResult | runNext ()=0 |
| Run next pack of work. More... | |
|
delete |
| OTest2::Runner::Runner | ( | ) |
Ctor.
Definition at line 85 of file runner.cpp.
|
virtual |
Dtor.
Definition at line 89 of file runner.cpp.
|
pure virtual |
Run next pack of work.
Implemented in OTest2::RunnerOrdinary.
1.8.17