Add parentheses surrounder

This commit is contained in:
Natalia.Ukhorskaya
2013-02-14 13:37:20 +04:00
parent eeb158a5c8
commit 856bffb324
11 changed files with 130 additions and 1 deletions
@@ -243,6 +243,13 @@ public class GenerateTests {
AbstractSurroundWithTest.class,
testModel("idea/testData/codeInsight/surroundWith/not", "doTestWithNotSurrounder")
);
generateTest(
"idea/tests/",
"SurroundWithParenthesesTestGenerated",
AbstractSurroundWithTest.class,
testModel("idea/testData/codeInsight/surroundWith/parentheses", "doTestWithParenthesesSurrounder")
);
}
private static SimpleTestClassModel testModel(@NotNull String rootPath) {