Configuring IntelliJ IDEA for unit testing with JUnit

I decided to try out IntelliJ this morning via the trial version and installed the JUnit plugin. I made a new Java project and I want to write a test case for it.

How do I add the junit.jar file to my project? (I actually want to add it to every java project, now and forever more - is there a way of doing that?).

 

www.dunkinrunsonyou.com

0
1 comment

Hi Farid, we have guides for testing frameworks setup, you can read the JUnit one here https://www.jetbrains.com/help/idea/junit.html

You can also read answers here https://stackoverflow.com/questions/4757800/configuring-intellij-idea-for-unit-testing-with-junit

0

Please sign in to leave a comment.