[RESTORED] Spring Support: Inspection for final Spring-annotated classes/functions

#KT-11098 Fixed
This commit is contained in:
Alexey Sedunov
2016-02-21 00:01:27 +03:00
parent e4a64e7980
commit 196b484cd7
30 changed files with 582 additions and 12 deletions
@@ -792,7 +792,13 @@ fun main(args: Array<String>) {
}
testGroup("idea/idea-ultimate/tests", "idea/testData") {
testClass<AbstractInspectionTest>("UltimateInspectionTestGenerated") {
model("ultimateInspections", pattern = "^(inspections\\.test)$", singleClass = true)
}
testClass<AbstractQuickFixTest>("UltimateQuickFixTestGenerated") {
model("ultimateQuickFixes", pattern = "^([\\w\\-_]+)\\.kt$", filenameStartsLowerCase = true)
}
}
testGroup("idea/tests", "compiler/testData") {