|
OTest2
A C++ testing framework
|
A generic interface of objects which offers OTest2 context. More...
#include <contextobject.h>

Public Member Functions | |
| ContextObject (const ContextObject &)=delete | |
| ContextObject & | operator= (const ContextObject &)=delete |
| ContextObject () | |
| Ctor. More... | |
| virtual | ~ContextObject () |
| Dtor. More... | |
| virtual const Context & | otest2Context () const =0 |
| Get the OTest2 context. More... | |
A generic interface of objects which offers OTest2 context.
Definition at line 33 of file contextobject.h.
|
delete |
| OTest2::ContextObject::ContextObject | ( | ) |
Ctor.
Definition at line 32 of file contextobject.cpp.
|
virtual |
Dtor.
Definition at line 36 of file contextobject.cpp.
|
delete |
|
pure virtual |
Get the OTest2 context.
Implemented in OTest2::CaseGenerated, OTest2::SuiteGenerated, and OTest2::StateGenerated.
1.8.17