Add surround with function literal

This commit is contained in:
Natalia.Ukhorskaya
2013-02-14 19:18:17 +04:00
parent 7789062c7c
commit 7c360a0ede
10 changed files with 141 additions and 1 deletions
@@ -285,6 +285,13 @@ public class GenerateTests {
AbstractSurroundWithTest.class,
testModel("idea/testData/codeInsight/surroundWith/tryFinally", "doTestWithTryFinallySurrounder")
);
generateTest(
"idea/tests/",
"SurroundWithFunctionLiteralTestGenerated",
AbstractSurroundWithTest.class,
testModel("idea/testData/codeInsight/surroundWith/functionLiteral", "doTestWithFunctionLiteralSurrounder")
);
}
private static SimpleTestClassModel testModel(@NotNull String rootPath) {