JUnit automated tests for plug-in code
Hello,
I want to develop a plug-in for IDEA and I would like to do it test first. However, I did not manage to find out how could I write JUnit tests for plug-in code in IDEA environment. Maybe I'm just missing a basic thing here. Could please anyone help me with this?
Thanks,
Diana
请先登录再写评论。
Hello Diana,
D> I want to develop a plug-in for IDEA and I would like to do it test
D> first. However, I did not manage to find out how could I write JUnit
D> tests for plug-in code in IDEA environment. Maybe I'm just missing a
D> basic thing here. Could please anyone help me with this?
You can get some basic information at:
http://kirblog.idetalk.com/2005/09/writing-unit-tests-for-intellij-idea.html
If this doesn't help, could you please describe your problem in more detail?
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"
Yes, this solved the problem :)
Thank you for the fast reply,
Diana