Unit Test Tooling: Fix order of test method generation actions
#KT-9740 Fixed
This commit is contained in:
@@ -160,18 +160,18 @@
|
|||||||
</action>
|
</action>
|
||||||
|
|
||||||
<group id="KotlinGenerateGroup">
|
<group id="KotlinGenerateGroup">
|
||||||
<action id="KotlinGenerateSetUpMethod"
|
|
||||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$SetUp"
|
|
||||||
text="SetUp Function" />
|
|
||||||
<action id="KotlinGenerateTestMethod"
|
<action id="KotlinGenerateTestMethod"
|
||||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Test"
|
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Test"
|
||||||
text="Test Function" />
|
text="Test Function" />
|
||||||
<action id="KotlinGenerateDataMethod"
|
<action id="KotlinGenerateSetUpMethod"
|
||||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Data"
|
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$SetUp"
|
||||||
text="Parameters Function" />
|
text="SetUp Function" />
|
||||||
<action id="KotlinGenerateTearDownMethod"
|
<action id="KotlinGenerateTearDownMethod"
|
||||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$TearDown"
|
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$TearDown"
|
||||||
text="TearDown Function" />
|
text="TearDown Function" />
|
||||||
|
<action id="KotlinGenerateDataMethod"
|
||||||
|
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Data"
|
||||||
|
text="Parameters Function" />
|
||||||
<separator />
|
<separator />
|
||||||
<action id="KotlinGenerateSecondaryConstructor"
|
<action id="KotlinGenerateSecondaryConstructor"
|
||||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateSecondaryConstructorAction"
|
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateSecondaryConstructorAction"
|
||||||
|
|||||||
Reference in New Issue
Block a user