Closed GoogleCodeExporter closed 9 years ago
Oops, I just noticed that the first (and main part of this issue) is a
duplicate of #270. Sorry for that. However, the second problem (final
Test-Classes resulting in exceptions) still seems valid.
Original comment by Mark.Lehmacher@gmail.com
on 25 Aug 2010 at 12:19
[deleted comment]
For others: the Crypto problem is solved by adding the following annotation at
the class level:
@PowerMockIgnore({"javax.crypto.*" })
Original comment by jasoncow...@gmail.com
on 15 Oct 2010 at 6:55
Thanks for letting us know.
Original comment by johan.ha...@gmail.com
on 15 Oct 2010 at 7:23
Annotation @PowerMockIgnore({"javax.crypto.*" }) did not work for me.
The one given below worked.
@PowerMockIgnore({"javax.crypto" })
Original comment by sin1...@gmail.com
on 4 Mar 2011 at 8:47
What version are using?
Original comment by johan.ha...@gmail.com
on 4 Mar 2011 at 8:52
[deleted comment]
@PowerMockIgnore({"javax.crypto.*" }) worked for me, thank you very much!
Original comment by michelle...@irismaps.com
on 14 Mar 2014 at 5:44
I am doing Unit testing using Testng,mockito and powermockito
But i am getting a lots of problem.So please can u tell me proper configuration
for that is eclips.what is the jar and plug-in is required
Original comment by sjcevika...@gmail.com
on 26 Aug 2014 at 5:06
[deleted comment]
@PowerMockIgnore({"javax.crypto.*" })
worked for me too, thank you!
Original comment by tin...@163.com
on 16 Sep 2014 at 8:09
such under-documented features like @PowerMockIgnore are real life-savers. Thx
Original comment by sujit.r...@gmail.com
on 22 Dec 2014 at 12:31
Original issue reported on code.google.com by
Mark.Lehmacher@gmail.com
on 25 Aug 2010 at 12:14