| 169 | } |
| 170 | |
| 171 | void TestProjectController::init() |
| 172 | { |
| 173 | m_projName = QStringLiteral("foo"); |
| 174 | m_projFilePath = writeProjectConfig(m_projName); |
| 175 | m_projCtrl = m_core->projectControllerInternal(); |
| 176 | m_tmpConfigs << m_projFilePath; |
| 177 | m_projFolder = Path(m_scratchDir.absolutePath() + '/'); |
| 178 | } |
| 179 | |
| 180 | void TestProjectController::cleanup() |
| 181 | { |
nothing calls this directly
no test coverage detected