Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.12
-
None
Description
We have a parent class which is extended by all the unit test cases (multi module maven based project)
It would be great if surefire plugin config looks for the category in parent class as well. This will avoid redundant @Category(UnitTestCategory.class) annotations, as we expect all unit test cases to extend the corresponding base class and the base class will alone be annotated with @Category(UnitTestCategory.class)
Please let me know if this can be achieved by any other config.
Thanks,
Gayathri