[FIR IDE] Move out-of-block modification trigger to FrontendApiTestConfiguratorService

This commit is contained in:
Yan Zhulanow
2021-10-19 23:07:10 +09:00
committed by teamcityserver
parent 2894f87541
commit b7044803d2
15 changed files with 26 additions and 89 deletions
@@ -49,6 +49,8 @@ interface FrontendApiTestConfiguratorService {
fun registerApplicationServices(application: MockApplication)
fun prepareTestFiles(files: List<KtFile>, module: TestModule, testServices: TestServices) {}
fun doOutOfBlockModification(file: KtFile)
}
abstract class AbstractFrontendApiTest(val configurator: FrontendApiTestConfiguratorService) : TestWithDisposable() {