Add missing tests

This commit is contained in:
Alexey Sedunov
2013-06-11 14:40:47 +04:00
parent 12ea273ac0
commit 57252ea491
2 changed files with 72 additions and 2 deletions
@@ -347,7 +347,8 @@ public class GenerateTests {
testModel("idea/testData/codeInsight/codeTransformations/branched/when/introduceSubject", "doTestIntroduceWhenSubject"),
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")
testModel("idea/testData/codeInsight/codeTransformations/declarations/join", "doTestJoinProperty"),
testModel("idea/testData/codeInsight/codeTransformations/removeUnnecessaryParentheses", "doTestRemoveUnnecessaryParentheses")
);
generateTest(