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

Method createJUnitOutput

src/CppUTest/CommandLineTestRunner.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152TestOutput* CommandLineTestRunner::createJUnitOutput(const SimpleString& packageName)
153{
154 JUnitTestOutput* junitOutput = new JUnitTestOutput;
155 if (junitOutput != NULLPTR) {
156 junitOutput->setPackageName(packageName);
157 }
158 return junitOutput;
159}
160
161TestOutput* CommandLineTestRunner::createConsoleOutput()
162{

Callers

nothing calls this directly

Calls 1

setPackageNameMethod · 0.45

Tested by

no test coverage detected