Add surround with not

This commit is contained in:
Natalia.Ukhorskaya
2013-02-12 15:37:58 +04:00
parent 2499bb79ca
commit 09ca020780
19 changed files with 198 additions and 5 deletions
@@ -236,6 +236,13 @@ public class GenerateTests {
AbstractSurroundWithTest.class,
testModel("idea/testData/codeInsight/surroundWith/ifElse", "doTestWithIfElseSurrounder")
);
generateTest(
"idea/tests/",
"SurroundWithNotTestGenerated",
AbstractSurroundWithTest.class,
testModel("idea/testData/codeInsight/surroundWith/not", "doTestWithNotSurrounder")
);
}
private static SimpleTestClassModel testModel(@NotNull String rootPath) {