Add type tests for JetPsiMatcher

This commit is contained in:
Alexey Sedunov
2013-05-29 15:33:53 +04:00
parent 3a2be3be01
commit a2ee65e64c
25 changed files with 113 additions and 8 deletions
@@ -216,7 +216,8 @@ public class GenerateTests {
"idea/tests/",
"JetPsiMatcherTest",
AbstractJetPsiMatcherTest.class,
testModel("idea/testData/jetPsiMatcher", "doTestExpressions")
testModel("idea/testData/jetPsiMatcher/expressions", "doTestExpressions"),
testModel("idea/testData/jetPsiMatcher/types", "doTestTypes")
);
generateTest(