主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2015年02月25日 15:31
Yes, now :)
社区
IntelliJ IDEA Open API and Plugin Development
JavaFX - Stylesheets problem.
0 票
创建于
2015年03月13日 11:52
Hi Kasper,junit uses custom view for historical reasons. The latest state of art here is SMRunner: it allows you to integrate your listener on the test's side with IDEA's view. com.intellij.executi...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月13日 10:13
Hi guys,UI was changed but api was more or less unchanged. Please note deprecations. As sample you may see com.intellij.execution.JavaTestFrameworkRunnableState where console is created. New import...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月13日 15:18
I think that you described the idea correctly. Just in case I repeate it again: tests are run and test framework reports test results via messages in team city format (testStarted/testFinished mess...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月15日 16:10
That's not quite correct. You may construct tree before tests are started see "tree construction events" from com.intellij.execution.testframework.sm.runner.GeneralTestEventsProcessor public void o...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月16日 15:54
Scott, I think that in the worst case, you'll get the same test multiple times. Too much logging could also make IDEA slow. I don't see any other problems here.Though I would probably stay without ...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月21日 16:02
Hi Scott,if you post 'output' message outside of testStarted/testFinished, it would be treated as unbounded and won't be visible when user selects the test. It's possible to switch on 'scroll to st...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月22日 19:17
For IDEA 12,13 you need to register <depends optional="true" config-file="your-optional-coverage-plugin.xml">Coverage</depends> in your main plugin.xml. I am afraid that this won't work for IDEA 14...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月24日 15:21
Scott,you can add coverage-src.zip as sources for IDEA JDK, it should show you sources for ProjectData.If I understand you correctly, for covered lines you set lineInfo.setHits(1), for uncovered yo...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月27日 06:14
Hi Scott,actually tests per line was implemented for java only and there is no real api for that yet. Trace files are generated during the run (placed in the same directory as other coverage data) ...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»