'The annotaion @Test is disallowed for this location'!

The @Test annotation is always must placed in between class and method, It should declare the before the method. You want to take the method them put the @Test annotation without method the class annotation is not accepted.