Agora  1.2.0
Agora project
Catch::IContext Struct Referenceabstract

#include <catch.hpp>

Inheritance diagram for Catch::IContext:

Public Member Functions

virtual ~IContext ()
 
virtual IResultCapturegetResultCapture ()=0
 
virtual IRunnergetRunner ()=0
 
virtual IConfigPtr const & getConfig () const =0
 

Constructor & Destructor Documentation

◆ ~IContext()

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

Member Function Documentation

◆ getConfig()

virtual IConfigPtr const& Catch::IContext::getConfig ( ) const
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: