@return full path to the file where data for unit tests is stored.
| 183 | |
| 184 | /// @return full path to the file where data for unit tests is stored. |
| 185 | std::string TestsDataPathForFile(std::string const & file) const { return ReadPathForFile(file); } |
| 186 | |
| 187 | /// @return path for directory in the persistent memory, can be the same |
| 188 | /// as WritableDir, but on some platforms it's different |
no outgoing calls
no test coverage detected