Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ CompositeTestOutput
Method
CompositeTestOutput
src/CppUTest/TestOutput.cpp:293–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
}
292
293
CompositeTestOutput::CompositeTestOutput()
294
: outputOne_(NULLPTR), outputTwo_(NULLPTR)
295
{
296
}
297
298
CompositeTestOutput::~CompositeTestOutput()
299
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected