OTest2
A C++ testing framework
|
Dummy (NOP) command. More...
#include <cmddummy.h>
Public Member Functions | |
CmdDummy (const CmdDummy &)=delete | |
CmdDummy & | operator= (const CmdDummy &)=delete |
CmdDummy () | |
Ctor. More... | |
virtual | ~CmdDummy () |
Dtor. More... | |
virtual void | run (const Context &context_) |
Run the command. More... | |
![]() | |
Command (const Command &)=delete | |
Command & | operator= (const Command &)=delete |
Command () | |
Ctor. More... | |
virtual | ~Command () |
Dtor. More... | |
virtual bool | shouldWait (const Context &context_, int &delay_) |
Say whether the framework should wait before running the command. More... | |
Dummy (NOP) command.
Definition at line 30 of file cmddummy.h.
|
delete |
OTest2::CmdDummy::CmdDummy | ( | ) |
Ctor.
Definition at line 24 of file cmddummy.cpp.
|
virtual |
Dtor.
Definition at line 28 of file cmddummy.cpp.
|
virtual |
Run the command.
context_ | The OTest2 context |
Implements OTest2::Command.
Definition at line 32 of file cmddummy.cpp.