MCPcopy Create free account
hub / github.com/cpputest/cpputest / createCompositeOutput

Method createCompositeOutput

src/CppUTest/CommandLineTestRunner.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166TestOutput* CommandLineTestRunner::createCompositeOutput(TestOutput* outputOne, TestOutput* outputTwo)
167{
168 CompositeTestOutput* composite = new CompositeTestOutput;
169 composite->setOutputOne(outputOne);
170 composite->setOutputTwo(outputTwo);
171 return composite;
172}
173
174bool CommandLineTestRunner::parseArguments(TestPlugin* plugin)
175{

Callers

nothing calls this directly

Calls 2

setOutputOneMethod · 0.80
setOutputTwoMethod · 0.80

Tested by

no test coverage detected