Function getConfig
Synopsis
#include <include/internal/catch_context.cpp>
IConfigPtr const & getConfig() const override
Description
No description yet.
Source
Lines 24-26 in include/internal/catch_context.cpp.
IConfigPtr const& getConfig() const override {
return m_config;
}