MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ReporterConfig

Class ReporterConfig

Bcore/src/main/cpp/Dobby/tests/catch.hpp:3401–3412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3399namespace Catch {
3400
3401struct ReporterConfig {
3402 explicit ReporterConfig(IConfigPtr const &_fullConfig);
3403
3404 ReporterConfig(IConfigPtr const &_fullConfig, std::ostream &_stream);
3405
3406 std::ostream &stream() const;
3407 IConfigPtr fullConfig() const;
3408
3409private:
3410 std::ostream *m_stream;
3411 IConfigPtr m_fullConfig;
3412};
3413
3414struct ReporterPreferences {
3415 bool shouldRedirectStdOut = false;

Callers 2

createMethod · 0.85
makeReporterFunction · 0.85

Calls

no outgoing calls

Tested by 2

createMethod · 0.68
makeReporterFunction · 0.68