MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / CumulativeReporterBase

Method CumulativeReporterBase

test/catch.hpp:6560–6567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6558 using TestRunNode = Node<TestRunStats, TestGroupNode>;
6559
6560 CumulativeReporterBase(ReporterConfig const& _config)
6561 : m_config(_config.fullConfig())
6562 , stream(_config.stream())
6563 {
6564 m_reporterPrefs.shouldRedirectStdOut = false;
6565 if (!DerivedT::getSupportedVerbosities().count(m_config->verbosity()))
6566 CATCH_ERROR("Verbosity level not supported by this reporter");
6567 }
6568 ~CumulativeReporterBase() override = default;
6569
6570 ReporterPreferences getPreferences() const override

Callers

nothing calls this directly

Calls 3

fullConfigMethod · 0.80
countMethod · 0.80
verbosityMethod · 0.80

Tested by

no test coverage detected