You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not ready yet, it lacks documentation and not officially distributed.
@@ -41,4 +43,4 @@ Known issues while testing:
41
43
* When using @PrepareForTest and PowerMockito the breakpoints not does [not stop when debugging](http://stackoverflow.com/questions/35140575/powermockito-junit-and-eclemma-debugging-dosent-work). The solution is define Rules.
42
44
43
45
* Java7+ enforces bytecode verification and with Powermock you can experience a [java.lang.VerifyError](http://www.notonlyanecmplace.com/java-7-enforces-bytecode-verification/).
44
-
At Java8 bytecode verification is mandatory and there is no option to disable it :(
46
+
At Java8 bytecode verification is mandatory and there is no option to disable it :(
0 commit comments