JUnit Tests not running in Eclipse

eclipse, java, junit

Solution

In my case it was because Eclipse started using JUnit 5 as the test runner. I resolved the issue by going to Run Configuration and selecting the older test runner:

Problem

This is a snapshot of the eclipse editor. You can see the test and the JUnit tab. When I try to run the test, it says Terminated. Anybody know what is going on here?

Original source