#include <catch.hpp>
Definition at line 492 of file catch.hpp.
◆ ~IMutableContext()
virtual Catch::IMutableContext::~IMutableContext |
( |
| ) |
|
|
virtual |
◆ advanceGeneratorsForCurrentTest()
virtual bool Catch::IContext::advanceGeneratorsForCurrentTest |
( |
| ) |
|
|
pure virtualinherited |
◆ getConfig()
virtual Ptr< IConfig const > Catch::IContext::getConfig |
( |
| ) |
const |
|
pure virtualinherited |
◆ getGeneratorIndex()
virtual size_t Catch::IContext::getGeneratorIndex |
( |
std::string const & |
fileInfo, |
|
|
size_t |
totalSize |
|
) |
| |
|
pure virtualinherited |
◆ getResultCapture()
◆ getRunner()
virtual IRunner * Catch::IContext::getRunner |
( |
| ) |
|
|
pure virtualinherited |
◆ setConfig()
virtual void Catch::IMutableContext::setConfig |
( |
Ptr< IConfig const > const & |
config | ) |
|
|
pure virtual |
◆ setResultCapture()
virtual void Catch::IMutableContext::setResultCapture |
( |
IResultCapture * |
resultCapture | ) |
|
|
pure virtual |
◆ setRunner()
virtual void Catch::IMutableContext::setRunner |
( |
IRunner * |
runner | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: