Artur Zagretdinov
Artur Zagretdinov
@Godin, Yeah, it's my changes. > For on-the-fly instrumentation - PowerMock should not read class files from disk. PowerMock relies on Javassist behaviour. I'm not sure if it possible to...
@Godin, I'm thinking about replace Javassist by byte-buddy. But it'll be another long story. At the given moment, our highest priority rewrite code to support Mockito 2. Yep, there is...
> Detect classes that are instrumented by JaCoCo or detect that JaCoCo is present? Detect that JaCoCo in present in class path. > Last can be tricky. And in any...