ManaPlus
Public Member Functions
Catch::IContext Struct Referenceabstract

#include <catch.hpp>

Inheritance diagram for Catch::IContext:
Catch::IMutableContext

Public Member Functions

virtual ~IContext ()
 
virtual IResultCapturegetResultCapture ()=0
 
virtual IRunnergetRunner ()=0
 
virtual size_t getGeneratorIndex (std::string const &fileInfo, size_t totalSize)=0
 
virtual bool advanceGeneratorsForCurrentTest ()=0
 
virtual Ptr< IConfig const > getConfig () const =0
 

Detailed Description

Definition at line 579 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~IContext()

virtual Catch::IContext::~IContext ( )
virtual

Member Function Documentation

◆ advanceGeneratorsForCurrentTest()

virtual bool Catch::IContext::advanceGeneratorsForCurrentTest ( )
pure virtual

◆ getConfig()

virtual Ptr<IConfig const> Catch::IContext::getConfig ( ) const
pure virtual

◆ getGeneratorIndex()

virtual size_t Catch::IContext::getGeneratorIndex ( std::string const &  fileInfo,
size_t  totalSize 
)
pure virtual

◆ getResultCapture()

virtual IResultCapture* Catch::IContext::getResultCapture ( )
pure virtual

◆ getRunner()

virtual IRunner* Catch::IContext::getRunner ( )
pure virtual

The documentation for this struct was generated from the following file: