MCPcopy Create free account
hub / github.com/apache/thrift / getPreferences

Method getPreferences

compiler/cpp/tests/catch/catch.hpp:8415–8419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8413 LegacyReporterAdapter::~LegacyReporterAdapter() {}
8414
8415 ReporterPreferences LegacyReporterAdapter::getPreferences() const {
8416 ReporterPreferences prefs;
8417 prefs.shouldRedirectStdOut = m_legacyReporter->shouldRedirectStdout();
8418 return prefs;
8419 }
8420
8421 void LegacyReporterAdapter::noMatchingTestCases( std::string const& ) {}
8422 void LegacyReporterAdapter::testRunStarting( TestRunInfo const& ) {

Callers 2

runCurrentTestMethod · 0.45
getPreferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected