| 142 | } |
| 143 | |
| 144 | std::string TestRawGenerator::GetMwmPath(std::string const & mwmName) const |
| 145 | { |
| 146 | return m_genInfo.GetTargetFileName(mwmName, DATA_FILE_EXTENSION); |
| 147 | } |
| 148 | |
| 149 | std::string TestRawGenerator::GetCitiesBoundariesPath() const |
| 150 | { |
no test coverage detected