Code insight: "Generate..." actions for test framework support methods
#KT-9355 Fixed
This commit is contained in:
@@ -161,6 +161,23 @@
|
||||
description="Execute Kotlin code in console">
|
||||
<keyboard-shortcut first-keystroke="control ENTER" keymap="$default"/>
|
||||
</action>
|
||||
|
||||
<group id="KotlinGenerateGroup">
|
||||
<action id="KotlinGenerateSetUpMethod"
|
||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$SetUp"
|
||||
text="SetUp Function" />
|
||||
<action id="KotlinGenerateTestMethod"
|
||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Test"
|
||||
text="Test Function" />
|
||||
<action id="KotlinGenerateDataMethod"
|
||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Data"
|
||||
text="Parameters Function" />
|
||||
<action id="KotlinGenerateTearDownMethod"
|
||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$TearDown"
|
||||
text="TearDown Function" />
|
||||
|
||||
<add-to-group group-id="GenerateGroup" anchor="first"/>
|
||||
</group>
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
Reference in New Issue
Block a user