[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:
Andrey Cherkasov
2025-09-30 18:44:01 +00:00
committed by intellij-monorepo-bot
parent 54e40a421b
commit 7b115dbd43
4 changed files with 10 additions and 10 deletions
@@ -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");
@@ -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");