Files
openide/.idea/runConfigurations/Generate_Kotlin_Tests__K1___K2_.xml
Aleksey Pivovarov 9fa1248457 fix run configurations - use new Kotlin test generator
Follow-up: 9e44cd33e2f6d9ae876b9153158ce121080a0c6d

GitOrigin-RevId: 24d33821bffebc2e74c113173c6e10b0a964e8df
2022-10-18 15:00:25 +00:00

10 lines
461 B
XML

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