| 10 | } |
| 11 | |
| 12 | void CountryNameGetter::SetLocaleForTesting(std::string const & jsonBuffer, std::string const & locale) |
| 13 | { |
| 14 | m_getCurLang = platform::ForTestingGetTextByIdFactory(jsonBuffer, locale); |
| 15 | } |
| 16 | |
| 17 | std::string CountryNameGetter::Get(std::string const & key) const |
| 18 | { |
nothing calls this directly
no test coverage detected