Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ report_test_end
Method
report_test_end
src/CppUTestExt/CodeMemoryReportFormatter.cpp:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
void CodeMemoryReportFormatter::report_test_end(TestResult* result, UtestShell&)
146
{
147
result->print(
"}/*"
);
148
}
149
150
void CodeMemoryReportFormatter::report_testgroup_start(TestResult* result, UtestShell& test)
151
{
Callers
nothing calls this directly
Calls
1
print
Method · 0.45
Tested by
no test coverage detected