OTest2
A C++ testing framework
|
Go to the documentation of this file.
20 #ifndef OTest2__INCLUDE_OTEST2_RUNNER_H_
21 #define OTest2__INCLUDE_OTEST2_RUNNER_H_
RunnerResult & operator=(const RunnerResult &src_)
Copy operator.
virtual RunnerResult runNext()=0
Run next pack of work.
RunnerResult()
Default ctor - finished failed result.
Runner & operator=(const Runner &)=delete
int getDelayMS() const
Get delay between two steps in milliseconds.
bool isFinished() const
Check whether the test has already finished.
bool getResult() const
Get result of the test - true if the test has passed.
void swap(RunnerResult &r2_) noexcept
Swap contents.