unit testing - @Category and MockitoJunitRunner fails to exclude tests -
@category , mockitojunitrunner fails exclude tests, i'm categorizing tests using @category (fasttest.class), use <group>fasttest.class</group> run fasttest annotated tests, works fine , dandy until test includes @runwith(mockitojunitrunner.class), ideas?
surefire version out of date, using 2.16 worked.
Comments
Post a Comment