I met a problem of using EclEmma plugin in Eclipse.
It doesn\'t show code coverage when I use annotation @RunWith
passing (PowerMockRunner.class)
a
Powermock works well with Eclemma 1.5.3; but doesn't work with latest Eclemma 3.0.0 !!
Eclipse - Kepler Service release 2 JUnit4 PowerMockito2 - 1.7.0. Eclemma 1.5.3
The below given steps are working and I am able to see non-zero coverage % on running junit tests.
Enjoy !!!