MCPcopy Create free account
hub / github.com/Kitware/CMake / SetJUnitXMLFileName

Method SetJUnitXMLFileName

Source/CTest/cmCTestTestHandler.cxx:2508–2511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2506}
2507
2508void cmCTestTestHandler::SetJUnitXMLFileName(std::string const& filename)
2509{
2510 this->TestOptions.JUnitXMLFileName = filename;
2511}
2512
2513bool cmCTestTestHandler::WriteJUnitXML()
2514{

Callers 1

InitializeHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected