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

Method createFileName

src/CppUTest/JUnitTestOutput.cpp:150–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150SimpleString JUnitTestOutput::createFileName(const SimpleString& group)
151{
152 SimpleString fileName = "cpputest_";
153 if (!impl_->package_.isEmpty()) {
154 fileName += impl_->package_;
155 fileName += "_";
156 }
157 fileName += group;
158 return encodeFileName(fileName) + ".xml";
159}
160
161SimpleString JUnitTestOutput::encodeFileName(const SimpleString& fileName)
162{

Callers 1

TESTFunction · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected