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

Method setPackageName

src/CppUTest/JUnitTestOutput.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void JUnitTestOutput::setPackageName(const SimpleString& package)
174{
175 if (impl_ != NULLPTR) {
176 impl_->package_ = package;
177 }
178}
179
180void JUnitTestOutput::writeXmlHeader()
181{

Callers 2

createJUnitOutputMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected