FIR IDE: regenerate tests

This commit is contained in:
Ilya Kirillov
2021-12-31 19:48:54 +03:00
parent 5c22a03e82
commit 1d6d67d0a1
137 changed files with 607 additions and 830 deletions
@@ -59,7 +59,9 @@ interface FrontendApiTestConfiguratorService {
fun preprocessTestDataPath(path: Path): Path = path
}
abstract class AbstractFrontendApiTest(val configurator: FrontendApiTestConfiguratorService) : TestWithDisposable() {
abstract class AbstractFrontendApiTest : TestWithDisposable() {
abstract val configurator: FrontendApiTestConfiguratorService
protected open val enableTestInDependedMode: Boolean
get() = configurator.allowDependedAnalysisSession