MCPcopy 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
47void TestTestingFixture::flushOutputAndResetResult()
48{
49 output_->flush();
50 delete result_;
51 result_ = new TestResult(*output_);
52}
53
54TestTestingFixture::~TestTestingFixture()
55{

Callers 1

TESTFunction · 0.80

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected