So I\'m new to JUnit, and we have to use it for a homework assignment. Our professor gave us a project that has one test class, BallTest.java. When I right clic
BallTest.java
I had the same problem and solved like this: I deleted @Test annotation and retyped it. It just worked, I have no idea why.