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

Method GetTestModelString

Source/cmCTest.cxx:866–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866std::string cmCTest::GetTestModelString() const
867{
868 switch (this->Impl->TestModel) {
869 case cmCTest::NIGHTLY:
870 return "Nightly";
871 case cmCTest::CONTINUOUS:
872 return "Continuous";
873 }
874 return "Experimental";
875}
876
877std::string cmCTest::GetTestGroupString() const
878{

Callers 3

CreateNewTagMethod · 0.95
ProcessStepsMethod · 0.95
GetTestGroupStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected