plugin.coder
- 活动总数 77
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 24
- 订阅数 20
-
已编辑于 Depend on plugin jar or copy sources to custom plugin
已回答Hi, 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... -
已编辑于 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... -
创建于 How to create unit tests for all methods with a single shortcut?
已回答Hi, 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/...