Implement split/join property declaration

This commit is contained in:
Alexey Sedunov
2013-06-10 17:56:58 +04:00
parent 42910395fc
commit 3ab393e460
60 changed files with 684 additions and 23 deletions
@@ -345,7 +345,9 @@ public class GenerateTests {
testModel("idea/testData/codeInsight/codeTransformations/branched/ifWhen/whenToIf", "doTestWhenToIf"),
testModel("idea/testData/codeInsight/codeTransformations/branched/when/flatten", "doTestFlattenWhen"),
testModel("idea/testData/codeInsight/codeTransformations/branched/when/introduceSubject", "doTestIntroduceWhenSubject"),
testModel("idea/testData/codeInsight/codeTransformations/branched/when/eliminateSubject", "doTestEliminateWhenSubject")
testModel("idea/testData/codeInsight/codeTransformations/branched/when/eliminateSubject", "doTestEliminateWhenSubject"),
testModel("idea/testData/codeInsight/codeTransformations/declarations/split", "doTestSplitProperty"),
testModel("idea/testData/codeInsight/codeTransformations/declarations/join", "doTestJoinProperty")
);
generateTest(