We upgraded Junit framework from 3.x to 4.x. and In 4.x, each test method will be recognized by adding @Test annotation at top of the method.
There exists a test class with multiple test methods like test***() (around 250 methods). Do we need add @Test for each and every method? If not, what is the way to make sure all 250 run?