Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.16
-
None
-
None
-
Windows
Maven 2.2.1
jdk1.6.0_43
junit 4.11
mockito 1.8.1
Description
Not sure where this bug lies (junit, mockito, or failsafe) but I am trying to setup failsafe to run only tests annotated with @Category(IntegrationTest.class). It is running all of those tests PLUS any tests that use MockitoJUnitRunner regardless of whether they fall in that Category or not. Attached is a small sample project that illustrates the problem.