MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ReporterConfig

Class ReporterConfig

tests/catch.hpp:4623–4634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4621namespace Catch {
4622
4623 struct ReporterConfig {
4624 explicit ReporterConfig( IConfigPtr const& _fullConfig );
4625
4626 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
4627
4628 std::ostream& stream() const;
4629 IConfigPtr fullConfig() const;
4630
4631 private:
4632 std::ostream* m_stream;
4633 IConfigPtr m_fullConfig;
4634 };
4635
4636 struct ReporterPreferences {
4637 bool shouldRedirectStdOut = false;

Callers 2

createMethod · 0.85
makeReporterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected