plugin.coder
- Total activity 77
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 24
- Subscriptions 20
-
Edited Depend on plugin jar or copy sources to custom plugin
AnsweredHi, I'm developing a plugin and I am using the junit-rt.jar plugin from Intellij IDEA. I am using some methods from classes present in this jar but some of these methods are private. My question is... -
Edited Debug IDEA plugin dependency
Hi, I'm developing a plugin which needs the junit runner built-in plugin as dependency. So I included the idea-junit.jar, junit-rt.jar and resources_en.jar files into my plugin project and then pla... -
Created How to create unit tests for all methods with a single shortcut?
AnsweredHi, After pressing ALT + ENTER, a window is shown where I can select individual methods for which I want to create unit tests. But how do I create a test method for all of them with a single click/...