| 201 | } |
| 202 | |
| 203 | EditorTest::~EditorTest() |
| 204 | { |
| 205 | editor::tests_support::TearDownEditorForTesting(); |
| 206 | |
| 207 | m_dataSource.ClearCache(); |
| 208 | for (auto const & file : m_mwmFiles) |
| 209 | Cleanup(file); |
| 210 | } |
| 211 | |
| 212 | void EditorTest::GetFeatureTypeInfoTest() |
| 213 | { |
nothing calls this directly
no test coverage detected