Definition at line 13 of file catch_context.cpp.
◆ ~Context()
Catch::Context::~Context |
( |
| ) |
|
|
overridedefault |
◆ getConfig()
IConfigPtr const & Catch::Context::getConfig |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getResultCapture()
◆ getRunner()
IRunner * Catch::Context::getRunner |
( |
| ) |
|
|
inlineoverridevirtual |
◆ setConfig()
void Catch::Context::setConfig |
( |
IConfigPtr const & | config | ) |
|
|
inlineoverridevirtual |
◆ setResultCapture()
void Catch::Context::setResultCapture |
( |
IResultCapture * | resultCapture | ) |
|
|
inlineoverridevirtual |
◆ setRunner()
void Catch::Context::setRunner |
( |
IRunner * | runner | ) |
|
|
inlineoverridevirtual |
◆ getCurrentMutableContext
Definition at line 45 of file catch_context.h.
46 {
47 if( !IMutableContext::currentContext )
48 IMutableContext::createContext();
49 return *IMutableContext::currentContext;
50 }
The documentation for this class was generated from the following file: