主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2019年11月15日 18:00
is it java you write your tests in? If so, then registered TestFramework extension should be enough. If not, then you need to register smth similar to `com.intellij.testIntegration.TestRunLineMarke...
社区
IntelliJ IDEA Open API and Plugin Development
Custom testing framework - Showing tests in console
0 票
创建于
2019年11月14日 19:15
you need also to send testStarted/testFinished/etc messages so IDEA will build and update the tree of tests. See e.g. `com.intellij.junit4.JUnit4TestListener`. You also may check `jetbrains.build...
社区
IntelliJ IDEA Open API and Plugin Development
Custom testing framework - Showing tests in console
0 票
创建于
2019年11月14日 07:19
https://github.com/JetBrains/intellij-community/blob/master/java/execution/impl/src/com/intellij/execution/testframework/JavaTestLocator.java it's used when you want to navigate from tests tree to ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom testing framework - Showing tests in console
0 票
创建于
2019年11月13日 18:57
Hi Thomas, I hope that the topic https://intellij-support.jetbrains.com/hc/en-us/community/posts/206103879-Graphical-integration-of-running-tests-in-plugin would help Anna
社区
IntelliJ IDEA Open API and Plugin Development
Custom testing framework - Showing tests in console
0 票
创建于
2019年10月25日 06:44
junit 5 could provide url pointers to anything, there are some open bugs assigned to me though, please ping me if you also end up there. I am not sure that I understood what you say about plugin te...
社区
IntelliJ IDEA EAP Users
How can I customize test result tree view actions?
0 票
创建于
2019年10月24日 18:45
Hi Vladimir, there is no possibility to customise actions. What framework do you use to run tests? The existing approach is to customise messages send from tests to IDEA and implement your `com.int...
社区
IntelliJ IDEA EAP Users
How can I customize test result tree view actions?
0 票
创建于
2019年09月10日 17:46
The plugin won't work with 2019.3, sorry. Without renaming, modularised projects won't be able to work and we aim to fix that My suggestion is to make this functionality (run tests in parallel) as ...
社区
IntelliJ IDEA Open API and Plugin Development
Depend on plugin jar or copy sources to custom plugin
0 票
创建于
2019年08月31日 18:21
Hi, 1. `psiClass.findMethodsByName(name, true)` searches for all methods in the `psiClass` hierarchy, including `java.lang.Object` and I would not rely on the order of methods here. In your case it...
社区
IntelliJ IDEA Open API and Plugin Development
Can't get method overrides correctly
0 票
创建于
2019年08月28日 11:47
Hi, I don't expect that somebody would use private methods in junit-rt. Please share what your plugin is supposed to do so we could try to make that part somehow extensible. Thanks, Anna
社区
IntelliJ IDEA Open API and Plugin Development
Depend on plugin jar or copy sources to custom plugin
0 票
创建于
2019年06月25日 16:36
Hi Alex, have you implemented your own psi for C/Fortran files? if so, that psi should implement `com.intellij.psi.PsiElement#getNavigationElement` to map compiled class to the corresponding source...
社区
IntelliJ IDEA Open API and Plugin Development
Extension point for locating sources from a stack trace?
0 票
«
第一页
‹
上一页
下一页
›
最后
»