Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setOutputTwo
Method
setOutputTwo
src/CppUTest/TestOutput.cpp:310–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
void CompositeTestOutput::setOutputTwo(TestOutput* output)
311
{
312
delete outputTwo_;
313
outputTwo_ = output;
314
}
315
316
void CompositeTestOutput::printTestsStarted()
317
{
Callers
3
createCompositeOutput
Method · 0.80
setup
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected