| 864 | } |
| 865 | |
| 866 | std::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 | |
| 877 | std::string cmCTest::GetTestGroupString() const |
| 878 | { |
no outgoing calls
no test coverage detected