OTest2
A C++ testing framework
|
Go to the documentation of this file.
20 #ifndef OTest2__INCLUDE_OTEST2_RUNNERORDINARY_H_
21 #define OTest2__INCLUDE_OTEST2_RUNNERORDINARY_H_
31 class TestMarkFactory;
32 class TestMarkStorage;
virtual RunnerResult runNext() override
Run next pack of work.
Ordinary implementation of the Runner interface.
Generic interface for getting of current time.
An object keeping user data passed from user's custom main function.
std::shared_ptr< ScenarioIter > ScenarioIterPtr
Shared pointer of the scenario iter interface.
virtual ~RunnerOrdinary()
Dtor.
RunnerOrdinary(const RunnerOrdinary &)=delete
RunnerOrdinary & operator=(const RunnerOrdinary &)=delete
Generic exception catcher interface.
A factory of testmark objects used for deserialization.