Nate Schreiner
Nate Schreiner

Reputation: 849

JUnit 5 not working with IntelliJ IDEA anymore

I had this working 3 day's ago and then since I pulled some code down from me and my buddies git repo, Junit 5 won't work anymore. Like I said, I was able to run Junit unit tests before I pulled from the repo now I can't. Here are print screens with more info.

enter image description here

enter image description here

enter image description here

I have checked the path listed for Junit dependancies and the jar files do exist there. I definitely have Junit on my computer as I had unit tests working before and I did not delete any files since. Any help would be wonderful as I have been wrestling and searching this for some time now.

Upvotes: 0

Views: 534

Answers (1)

Arik
Arik

Reputation: 1257

You should try updating to the latest Intellij 2017.3, as they state that they improved their Junit 5 support.

Upvotes: 1

Related Questions