Reuse intention test data in inspection tests

This commit is contained in:
Alexey Sedunov
2014-04-08 14:20:44 +04:00
parent 32a2e63ae5
commit f5fb2ea0ab
10 changed files with 183 additions and 33 deletions
@@ -391,7 +391,7 @@ fun main(args: Array<String>) {
}
testClass(javaClass<AbstractJetInspectionTest>()) {
model("codeInsight/inspections", extension = null, recursive = false)
model("intentions", pattern = "^(inspections\\.test)$", singleClass = true)
}
testClass(javaClass<AbstractHierarchyTest>()) {