Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::IContext Struct Referenceabstract

#include <catch.hpp>

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

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: