mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[kotlin] KTIJ-14455 Rename test data files to reflect the case instead of the issue ID
IJ-CR-175211 GitOrigin-RevId: 94c12322c821fbf063e5986b092036b36b8a91ac
This commit is contained in:
committed by
intellij-monorepo-bot
parent
54e40a421b
commit
7b115dbd43
+5
-5
@@ -934,6 +934,11 @@ public abstract class ExtractionTestGenerated extends AbstractExtractionTest {
|
||||
runTest("testData/refactoring/introduceVariable/IntroduceDestructuringDeclarationAndCreateBlock.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("IntroduceInsideClassAllOccurrencesExpression.kt")
|
||||
public void testIntroduceInsideClassAllOccurrencesExpression() throws Exception {
|
||||
runTest("testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("IntroduceInsideClassAllOccurrencesLiteral.kt")
|
||||
public void testIntroduceInsideClassAllOccurrencesLiteral() throws Exception {
|
||||
runTest("testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesLiteral.kt");
|
||||
@@ -974,11 +979,6 @@ public abstract class ExtractionTestGenerated extends AbstractExtractionTest {
|
||||
runTest("testData/refactoring/introduceVariable/javaInnerClassQualifier.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("KTIJ-14455.kt")
|
||||
public void testKTIJ_14455() throws Exception {
|
||||
runTest("testData/refactoring/introduceVariable/KTIJ-14455.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10808.kt")
|
||||
public void testKt10808() throws Exception {
|
||||
runTest("testData/refactoring/introduceVariable/kt10808.kt");
|
||||
|
||||
+5
-5
@@ -932,6 +932,11 @@ public abstract class K2IntroduceVariableTestGenerated extends AbstractK2Introdu
|
||||
runTest("../../idea/tests/testData/refactoring/introduceVariable/IntroduceDestructuringDeclarationAndCreateBlock.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("IntroduceInsideClassAllOccurrencesExpression.kt")
|
||||
public void testIntroduceInsideClassAllOccurrencesExpression() throws Exception {
|
||||
runTest("../../idea/tests/testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("IntroduceInsideClassAllOccurrencesLiteral.kt")
|
||||
public void testIntroduceInsideClassAllOccurrencesLiteral() throws Exception {
|
||||
runTest("../../idea/tests/testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesLiteral.kt");
|
||||
@@ -972,11 +977,6 @@ public abstract class K2IntroduceVariableTestGenerated extends AbstractK2Introdu
|
||||
runTest("../../idea/tests/testData/refactoring/introduceVariable/javaInnerClassQualifier.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("KTIJ-14455.kt")
|
||||
public void testKTIJ_14455() throws Exception {
|
||||
runTest("../../idea/tests/testData/refactoring/introduceVariable/KTIJ-14455.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10808.kt")
|
||||
public void testKt10808() throws Exception {
|
||||
runTest("../../idea/tests/testData/refactoring/introduceVariable/kt10808.kt");
|
||||
|
||||
Reference in New Issue
Block a user