Extract Function: Add test data
This commit is contained in:
@@ -565,6 +565,7 @@ fun main(args: Array<String>) {
|
||||
|
||||
testClass(javaClass<AbstractJetExtractionTest>()) {
|
||||
model("refactoring/introduceVariable", extension = "kt", testMethod = "doIntroduceVariableTest")
|
||||
model("refactoring/extractFunction", extension = "kt", testMethod = "doExtractFunctionTest")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user