API
 
Loading...
Searching...
No Matches
Catch::IContext Struct Referenceabstract

#include <catch.hpp>

Inheritance diagram for Catch::IContext:
Inheritance graph
Collaboration diagram for Catch::IContext:
Collaboration graph

Public Member Functions

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

Detailed Description

Definition at line 4358 of file catch.hpp.

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: