MCPcopy Create free account
hub / github.com/catchorg/Catch2 / makeDummyRepConfig

Function makeDummyRepConfig

tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp:40–46  ·  view source on GitHub ↗

config must outlive the function

Source from the content-addressed store, hash-verified

38
39 //! config must outlive the function
40 Catch::ReporterConfig makeDummyRepConfig( Catch::Config const& config ) {
41 return Catch::ReporterConfig{
42 &config,
43 Catch::Detail::make_unique<StringIStream>(),
44 Catch::ColourMode::None,
45 {} };
46 }
47}
48
49TEST_CASE( "The default listing implementation write to provided stream",

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected