Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
February 25, 2015 15:31
Yes, now :)
Community
IntelliJ IDEA Open API and Plugin Development
JavaFX - Stylesheets problem.
0 votes
Created
March 13, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 13, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 13, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 15, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 16, 2015 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 21, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 22, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 24, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 27, 2015 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) ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
«
First
‹
Previous
Next
›
Last
»