[Analysis API] add possibility to have different results for standalone/ide Analysis API mode in tests
This commit is contained in:
committed by
Space Team
parent
80832ddae1
commit
5d769bf524
+3
@@ -23,6 +23,9 @@ public object StandaloneModeConfigurator : AnalysisApiTestConfigurator() {
|
||||
override val analyseInDependentSession: Boolean get() = false
|
||||
override val frontendKind: FrontendKind get() = FrontendKind.Fir
|
||||
|
||||
override val testPrefix: String?
|
||||
get() = "standalone.fir"
|
||||
|
||||
override fun configureTest(builder: TestConfigurationBuilder, disposable: Disposable) {
|
||||
with(builder) {
|
||||
useAdditionalService<KtModuleFactory> { KtSourceModuleFactory() }
|
||||
|
||||
Reference in New Issue
Block a user