Implement 'Surround expression with if' surrounder

#KT-3363 Fixed
This commit is contained in:
Denis Zharkov
2016-05-24 16:34:17 +03:00
committed by Nikolay Krasko
parent f18b9cceb3
commit 09266b222b
13 changed files with 150 additions and 5 deletions
@@ -509,6 +509,8 @@ fun main(args: Array<String>) {
model("codeInsight/surroundWith/tryCatchFinally", testMethod = "doTestWithTryCatchFinallySurrounder")
model("codeInsight/surroundWith/tryFinally", testMethod = "doTestWithTryFinallySurrounder")
model("codeInsight/surroundWith/functionLiteral", testMethod = "doTestWithFunctionLiteralSurrounder")
model("codeInsight/surroundWith/withIfExpression", testMethod = "doTestWithSurroundWithIfExpression")
model("codeInsight/surroundWith/withIfElseExpression", testMethod = "doTestWithSurroundWithIfElseExpression")
}
testClass<AbstractJoinLinesTest>() {