My first couple of thoughts (not seeing the sample test code):
No tests found with test runner "JUnit 4"
Many suggestions include restarting Eclipse and cleaning up the project. In my experience, sometimes eclipse gets stuck in the mode when it thinks I'm trying to perform a hybrid run between JUnit 3 and 4, so calling the @Test method an old wording calling it "test ..." sometimes works.
Also, if you have any other plugins, i.e. m2eclipse or others that you recently added, this may also affect your situation. If something you have recently added uses its own version of JUnit, this can cause problems.
Some sample test code may help further research.
source share