VM options made sticky...
已回答
Is there any way for `Run -> Edit Configurations -> JUnit -> All in <project>` to become sticky such that, if I have:
`ea -Dlog4j.configuration=log4j-development.xml`
set, the next time I right-click on a test case (method), it will inherit this setting and run with it?
请先登录再写评论。
Hello Russell,
You may add this option to "JUnit" run configuration template. So it'll be added automatically.
Thank you. I was seeing it disappear because I could only set it on already created JUnit configurations, but I see now how to do that.