OTest2
A C++ testing framework
|
Run next test case. More...
#include <cmdfirststate.h>
Public Member Functions | |
CmdFirstState (const CmdFirstState &)=delete | |
CmdFirstState & | operator= (const CmdFirstState &)=delete |
CmdFirstState (CaseOrdinaryPtr case_) | |
Ctor. More... | |
virtual | ~CmdFirstState () |
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... | |
Run next test case.
Definition at line 31 of file cmdfirststate.h.
|
delete |
|
explicit |
Ctor.
case_ | A case whose state should be run |
Definition at line 33 of file cmdfirststate.cpp.
|
virtual |
Dtor.
Definition at line 40 of file cmdfirststate.cpp.
|
delete |
|
virtual |
Run the command.
context_ | The OTest2 context |
Implements OTest2::Command.
Definition at line 44 of file cmdfirststate.cpp.