I have a suite, inside which I have added the test class. I am using surefire to run my JUnits. My test class ends with test and the methods has @test annotations to it.
You are using the correct version of JUnit at least 4.X to be able to use annotations for that? (Maven?)