OTest2
A C++ testing framework
|
Go to the documentation of this file.
20 #ifndef OTest2_INCLUDE_OTEST2_CMDNEXTOBJECT_H_
21 #define OTest2_INCLUDE_OTEST2_CMDNEXTOBJECT_H_
62 const Context& context_)
override;
Schedule run of next testing object.
virtual ~CmdNextObject()
Dtor.
std::shared_ptr< Object > ObjectPtr
Shared pointer to a testing object.
CmdNextObject(ScenarioIterPtr scenario_iter_, ObjectPtr parent_)
Ctor.
std::shared_ptr< ScenarioIter > ScenarioIterPtr
Shared pointer of the scenario iter interface.
generic command interface
CmdNextObject & operator=(const CmdNextObject &)=delete
virtual void run(const Context &context_) override
Run the command.