OTest2
A C++ testing framework
|
Go to the documentation of this file.
20 #ifndef OTest2_INCLUDE_OTEST2_CMDSTARTUPOBJECT_H_
21 #define OTest2_INCLUDE_OTEST2_CMDSTARTUPOBJECT_H_
69 const Context& context_)
override;
CmdStartUpObject & operator=(const CmdStartUpObject &)=delete
virtual ~CmdStartUpObject()
Dtor.
std::shared_ptr< ObjectScenario > ObjectScenarioPtr
Shared pointer of a testing object scheduled by the scenario.
Start a testing object up.
std::shared_ptr< Object > ObjectPtr
Shared pointer to a testing object.
std::shared_ptr< Scenario > ScenarioPtr
Shared pointer of the scenario object.
generic command interface
CmdStartUpObject(ObjectScenarioPtr object_, ScenarioPtr scenario_, ObjectPtr parent_, int index_)
Ctor.
virtual void run(const Context &context_) override
Run the command.