Home
last modified time | relevance | path

Searched refs:fullConfig (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5422 IConfigPtr fullConfig() const;
5671 : m_config( _config.fullConfig() ), in StreamingReporterBase()
5788 : m_config( _config.fullConfig() ), in CumulativeReporterBase()
10907 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig() function in Catch::ReporterConfig
16110 if (config.fullConfig()->benchmarkNoAnalysis()) in ConsoleReporter()