mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
fix run configurations - use new Kotlin test generator
Follow-up: 9e44cd33e2f6d9ae876b9153158ce121080a0c6d GitOrigin-RevId: 24d33821bffebc2e74c113173c6e10b0a964e8df
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ad5cc7890a
commit
9fa1248457
@@ -1,9 +0,0 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Generate Kotlin Tests" type="Application" factoryName="Application">
|
||||
<option name="MAIN_CLASS_NAME" value="org.jetbrains.kotlin.testGenerator.GenerateTestsKt" />
|
||||
<module name="kotlin.generators" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
10
.idea/runConfigurations/Generate_Kotlin_Tests__K1___K2_.xml
generated
Normal file
10
.idea/runConfigurations/Generate_Kotlin_Tests__K1___K2_.xml
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Generate Kotlin Tests (K1 + K2)" type="JetRunConfigurationType">
|
||||
<option name="MAIN_CLASS_NAME" value="org.jetbrains.kotlin.idea.testGenerator.all.GenerateAllTestsKt" />
|
||||
<module name="kotlin.util.test-generator-all" />
|
||||
<shortenClasspath name="NONE" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
Reference in New Issue
Block a user