Add tests for folding/unfolding operations

This commit is contained in:
Alexey Sedunov
2013-04-12 17:09:59 +04:00
parent 02e9f174f0
commit f473224e84
61 changed files with 450 additions and 26 deletions
@@ -306,8 +306,7 @@ public class GenerateTests {
"CodeTransformationsTestGenerated",
AbstractCodeTransformationTest.class,
testModel("idea/testData/codeInsight/codeTransformations/ifStatementWithAssignmentsToExpression", "doTestIfStatementWithAssignmentsToExpression"),
testModel("idea/testData/codeInsight/codeTransformations/assignmentWithIfExpressionToStatement", "doTestAssignmentWithIfExpressionToStatement"),
testModel("idea/testData/codeInsight/codeTransformations/removeUnnecessaryParentheses", "doTestRemoveUnnecessaryParentheses")
testModel("idea/testData/codeInsight/codeTransformations/assignmentWithIfExpressionToStatement", "doTestAssignmentWithIfExpressionToStatement")
);
generateTest(