Rewrite 'goto' mpp tests to be generated

Adjust test data
Use new util in FindUsagesMultiModuleTest
This commit is contained in:
Pavel V. Talanov
2018-03-27 15:46:42 +02:00
parent 1f4926e259
commit 08b62d3564
31 changed files with 320 additions and 273 deletions
@@ -642,6 +642,18 @@ fun main(args: Array<String>) {
model("multiModuleQuickFix", recursive = false, extension = null)
}
testClass<AbstractKotlinGotoImplementationMultiModuleTest> {
model("navigation/implementations/multiModule", recursive = false, extension = null)
}
testClass<AbstractKotlinGotoRelatedSymbolMultiModuleTest> {
model("navigation/relatedSymbols/multiModule", recursive = false, extension = null)
}
testClass<AbstractKotlinGotoSuperMultiModuleTest> {
model("navigation/gotoSuper/multiModule", recursive = false, extension = null)
}
testClass<AbstractExtractionTest> {
model("refactoring/introduceVariable", pattern = KT_OR_KTS, testMethod = "doIntroduceVariableTest")
model("refactoring/extractFunction", pattern = KT_OR_KTS, testMethod = "doExtractFunctionTest")