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

Method GetTestGroupString

Source/cmCTest.cxx:877–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877std::string cmCTest::GetTestGroupString() const
878{
879 if (!this->Impl->SpecificGroup.empty()) {
880 return this->Impl->SpecificGroup;
881 }
882 return this->GetTestModelString();
883}
884
885int cmCTest::GetTestModelFromString(std::string const& str)
886{

Callers 11

CreateNewTagMethod · 0.95
ReadExistingTagMethod · 0.95
ProcessStepsMethod · 0.95
StartXMLMethod · 0.95
ExecuteUpdateMethod · 0.80
ExecuteUploadMethod · 0.80
InitialPassMethod · 0.80
SubmitUsingHTTPMethod · 0.80
HandleCDashUploadFileMethod · 0.80

Calls 2

GetTestModelStringMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected