Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
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
December 11, 2017 09:05
Hi Scott, how do you add filters then? It's possible to add custom actions to the toolbar providing them in your test console properties `com.intellij.execution.testframework.TestConsoleProperties#...
Community
IntelliJ IDEA Open API and Plugin Development
Possible to add custom filtering to the unit test output console?
0 votes
Created
December 08, 2017 13:56
I suggested to use the same workaround: > To workaround add -Djunit4.search.4.tests.in.classpath=false to vm options (Help | Edit custom VM options).
Community
IntelliJ IDEA Users
"0 test classes found in package" after upgrading to 2017.3
0 votes
Created
December 08, 2017 13:14
You can use the workaround suggested in https://youtrack.jetbrains.com/v2/issue/IDEA-183169. Though the configuration is unusual and we had some complains that IDEA finds classes in production scop...
Community
IntelliJ IDEA Users
"0 test classes found in package" after upgrading to 2017.3
0 votes
Created
December 08, 2017 13:03
So your test classes get into artifacts? and you don't run those tests on CI cause maven doesn't recognize them as well?
Community
IntelliJ IDEA Users
"0 test classes found in package" after upgrading to 2017.3
0 votes
Created
December 08, 2017 12:54
How do you build your project artifacts and how do you start tests on CI? What build tool do you use?
Community
IntelliJ IDEA Users
"0 test classes found in package" after upgrading to 2017.3
0 votes
Created
December 08, 2017 09:21
Hi Mathias, yes, you are absolutely right. Thanks for the analysis! Starting from 2017.3 IDEA detects tests by classpath to get better performance. If production output would be included in roots t...
Community
IntelliJ IDEA Users
"0 test classes found in package" after upgrading to 2017.3
0 votes
Created
November 20, 2017 09:59
Do you see coverage in the view? Or all % are 0 there as well?
Community
IntelliJ IDEA Users
Getting coverage of tests for a REST project
0 votes
Created
November 20, 2017 09:38
Hi, If you want to collect coverage from your 'production' code, then you need to pass coverage agent to the VM where your code will work. As far as I understand, this means that you would need to ...
Community
IntelliJ IDEA Users
Getting coverage of tests for a REST project
0 votes
Created
November 20, 2017 09:35
Hi, local inspections can highlight only subchildren of element they get in the visitor/checkMember. That's done to ensure that highlighting will be invalidated when user changes code around elemen...
Community
IntelliJ IDEA Open API and Plugin Development
Local inspection invoked in file A, and error registered in file B. Is this possible?
0 votes
Created
November 16, 2017 14:42
As I mentioned, I suggest to store coverage information in one place and then reuse it inside IDE. you need to pass after -javaagent:/Users/user1/Library/Caches/IntelliJIdea2017.2/coverageJars/cove...
Community
IntelliJ IDEA Users
Code Coverage with Sling
0 votes
«
First
‹
Previous
Next
›
Last
»