jUnit Test in IntelliJ

Does anybody know how to get IntelliJ to run code as a jUnit test?

Thanks!

You should be able to right click on your tests folder and hit “Run all tests”, or Ctrl + R.

That simple, huh? It probably is–I find that the most maddening problems usually have simple solutions, once someone clues me in. Thank you. :grinning: