OTest2
A C++ testing framework
Public Member Functions | List of all members
OTest2::ContextObject Class Referenceabstract

A generic interface of objects which offers OTest2 context. More...

#include <contextobject.h>

Inheritance diagram for OTest2::ContextObject:
Inheritance graph
[legend]

Public Member Functions

 ContextObject (const ContextObject &)=delete
 
ContextObjectoperator= (const ContextObject &)=delete
 
 ContextObject ()
 Ctor. More...
 
virtual ~ContextObject ()
 Dtor. More...
 
virtual const Contextotest2Context () const =0
 Get the OTest2 context. More...
 

Detailed Description

A generic interface of objects which offers OTest2 context.

Definition at line 33 of file contextobject.h.

Constructor & Destructor Documentation

◆ ContextObject() [1/2]

OTest2::ContextObject::ContextObject ( const ContextObject )
delete

◆ ContextObject() [2/2]

OTest2::ContextObject::ContextObject ( )

Ctor.

Definition at line 32 of file contextobject.cpp.

◆ ~ContextObject()

OTest2::ContextObject::~ContextObject ( )
virtual

Dtor.

Definition at line 36 of file contextobject.cpp.

Member Function Documentation

◆ operator=()

ContextObject& OTest2::ContextObject::operator= ( const ContextObject )
delete

◆ otest2Context()

virtual const Context& OTest2::ContextObject::otest2Context ( ) const
pure virtual

The documentation for this class was generated from the following files: