fix run configurations - use new Kotlin test generator

Follow-up: 9e44cd33e2f6d9ae876b9153158ce121080a0c6d

GitOrigin-RevId: 24d33821bffebc2e74c113173c6e10b0a964e8df
This commit is contained in:
Aleksey Pivovarov
2022-10-14 17:45:59 +02:00
committed by intellij-monorepo-bot
parent ad5cc7890a
commit 9fa1248457
2 changed files with 10 additions and 9 deletions

View File

@@ -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>

View 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>