Open GoogleCodeExporter opened 8 years ago
Original comment by mathieu....@gmail.com
on 9 Oct 2011 at 9:45
Hi,
Did you tried using:
@Rule
public PowerMockRule rule = new PowerMockRule();
as suggested here:
http://code.google.com/p/powermock/wiki/PowerMockRule
Original comment by mathieu....@gmail.com
on 9 Oct 2011 at 10:12
I've checked the source code of PowerMock and MycilaTesting (it's been a long
time since I didn't played with). I fear it would be complicated to make both
of them working. Both Spring and PowerMock are using advanced Junit runner
features and PowerMock plays a lot with classloaders and custom/enhanced test
instances.
So let this issue opened because it would be interesting to have it but
requires some work: just the integration of Spring testing tool with PowerMock
testing tool outside of Mycila Testing can be challenging.
Original comment by mathieu....@gmail.com
on 10 Oct 2011 at 2:30
Original comment by mathieu....@gmail.com
on 10 Oct 2011 at 2:31
Original issue reported on code.google.com by
davidkar...@gmail.com
on 30 Sep 2011 at 7:22