主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2021年05月20日 12:35
Each coverage run saves `com.intellij.rt.coverage.data.ProjectData`. You can listen to the events through `com.intellij.coverage.CoverageSuiteListener`. (`com.intellij.coverage.CoverageSuitesBundle...
社区
IntelliJ IDEA Open API and Plugin Development
Code coverage statistics and diff view
0 票
创建于
2021年05月19日 06:45
`com.intellij.rt.junit.IdeaTestRunner.Repeater#startRunnerWithArgs` here I repeat the whole thing again
社区
IntelliJ IDEA Open API and Plugin Development
Updating TestNG invocationCount (repeat test multiple times)
0 票
创建于
2021年05月18日 06:46
Do you want to change the source code? If yes, then of cause it's possible to do with a plugin. If you want to adjust class during runtime you rather attach a corresponding `-javaagent` or patch th...
社区
IntelliJ IDEA Open API and Plugin Development
Updating TestNG invocationCount (repeat test multiple times)
0 票
创建于
2021年05月17日 16:13
Hi, there is no such feature for testng and one needs to change code directly. Sorry for the inconvenience Anna
社区
IntelliJ IDEA Open API and Plugin Development
Updating TestNG invocationCount (repeat test multiple times)
0 票
创建于
2021年02月11日 16:56
正式评论
Hi Rick, there is `com.intellij.coverage.CoverageSuiteListener` which notifies when coverage is selected (implicitly after run passes or explicitly by user action). Hope it helps Anna
社区
IntelliJ IDEA Open API and Plugin Development
Notification after running tests with coverage
0 票
创建于
2021年01月07日 11:18
Hi Gareth, it can't be done by default as it would break laziness of the navigation element calculation. It is extremely important e.g. when you start thousands of tests most of which passes and th...
社区
IntelliJ IDEA Open API and Plugin Development
SMTestLocator - Translate location to PsiElement as soon as tests finish running
0 票
创建于
2020年11月26日 10:59
From coverage agent you'll get ClassData objects which represent jvm classes with information about covered lines. If you are going to implement class wrappers, then probably inheritance would be y...
社区
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 票
创建于
2020年11月25日 08:12
Complicated. But generally that's true. What entries do you expect in coverage view?
社区
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 票
创建于
2020年11月25日 07:25
I don't think you can get much useful stuff from `JavaCoverageViewExtension` or `JavaCoverageAnnotator` because they are connected to `PsiClass` too closely. So I'd use base classes instead. From t...
社区
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 票
创建于
2020年11月24日 19:44
Hi Alain, sorry for the late response. If you would register reference in the property file, then you'll be able to search the field and find it in the properties file and thus rename it there. But...
社区
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 票
«
第一页
‹
上一页
下一页
›
最后
»