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

Function as_written

tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17namespace {
18 static std::string as_written(Column const& c) {
19 std::stringstream sstr;
20 sstr << c;
21 return sstr.str();
22 }
23}
24
25TEST_CASE( "TextFlow::Column one simple line",

Callers 1

TextFlow.tests.cppFile · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected