Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ flushOutputAndResetResult
Method
flushOutputAndResetResult
src/CppUTest/TestTestingFixture.cpp:47–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void TestTestingFixture::flushOutputAndResetResult()
48
{
49
output_->flush();
50
delete result_;
51
result_ = new TestResult(*output_);
52
}
53
54
TestTestingFixture::~TestTestingFixture()
55
{
Callers
1
TEST
Function · 0.80
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected