Add type tests for JetPsiMatcher
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user