Add surround with if /else

This commit is contained in:
Natalia.Ukhorskaya
2013-02-11 18:59:04 +04:00
parent 1786c2c256
commit 2499bb79ca
17 changed files with 265 additions and 58 deletions
@@ -229,6 +229,13 @@ public class GenerateTests {
AbstractSurroundWithTest.class,
testModel("idea/testData/codeInsight/surroundWith/if", "doTestWithIfSurrounder")
);
generateTest(
"idea/tests/",
"SurroundWithIfElseTestGenerated",
AbstractSurroundWithTest.class,
testModel("idea/testData/codeInsight/surroundWith/ifElse", "doTestWithIfElseSurrounder")
);
}
private static SimpleTestClassModel testModel(@NotNull String rootPath) {