Code Coverage with Powermockito with jacoco
In my project we using powermockito, for codecoverage jacoco api. Seens we we use @preparefortest({xyzimpl.class,abcd.class})
annotation. On code coverage, xyzimpl.java code coverage is not covered. is there any work around to get codecoverage for above situation. Have read in other link say above annotation will not get codecoverage if we decleare class to be tested inside @preparefortest
annotation.