New Intention Action: Replace a dot-qualified function call with an infix function call.

This commit is contained in:
Pradyoth Kukkapalli
2014-02-13 23:52:31 -05:00
parent 5a1f98041e
commit 44234c7c0a
30 changed files with 279 additions and 1 deletions
@@ -343,6 +343,7 @@ fun main(args: Array<String>) {
model("intentions/reconstructedType", testMethod = "doTestReconstructType")
model("intentions/removeUnnecessaryParentheses", testMethod = "doTestRemoveUnnecessaryParentheses")
model("intentions/replaceWithDotQualifiedMethodCall", testMethod = "doTestReplaceWithDotQualifiedMethodCall")
model("intentions/replaceWithInfixFunctionCall", testMethod = "doTestReplaceWithInfixFunctionCall")
}
testClass(javaClass<AbstractHierarchyTest>()) {