Implement general expresion remover

This commit is contained in:
Alexey Sedunov
2013-06-19 16:12:30 +04:00
parent 0b634cc918
commit d019c23395
15 changed files with 116 additions and 1 deletions
@@ -375,6 +375,7 @@ public class GenerateTests {
"idea/tests/",
"UnwrapRemoveTestGenerated",
AbstractUnwrapRemoveTest.class,
testModel("idea/testData/codeInsight/unwrapAndRemove/removeExpression", "doTestExpressionRemover"),
testModel("idea/testData/codeInsight/unwrapAndRemove/unwrapThen", "doTestThenUnwrapper"),
testModel("idea/testData/codeInsight/unwrapAndRemove/unwrapElse", "doTestElseUnwrapper"),
testModel("idea/testData/codeInsight/unwrapAndRemove/removeElse", "doTestElseRemover"),