Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
namespace {
18
static std::string as_written(Column const& c) {
19
std::stringstream sstr;
20
sstr << c;
21
return sstr.str();
22
}
23
}
24
25
TEST_CASE(
"TextFlow::Column one simple line"
,
Callers
1
TextFlow.tests.cpp
File · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected