tags:

views:

124

answers:

1

Hi All,

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.

Please help me to resolve the problem.

Thanks and Regards, Saurav

A: 

You are using the correct version of JUnit at least 4.X to be able to use annotations for that? (Maven?)

khmarbaise