MCPcopy 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
310void CompositeTestOutput::setOutputTwo(TestOutput* output)
311{
312 delete outputTwo_;
313 outputTwo_ = output;
314}
315
316void CompositeTestOutput::printTestsStarted()
317{

Callers 3

createCompositeOutputMethod · 0.80
setupFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected