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
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,3 @@ Make sure maven & your IDE uses this java version.
33
33
34
34
At the Package Explorer, select the jsp-sample project, 2nd bottom of the mouse and Run As > Run Server
35
35
Select a Tomcat Server in order to deploy the server.
36
-
37
-
### Unit Tests
38
-
39
-
Known issues while testing:
40
-
41
-
*[ECLEmma coverage plugin incompatible with PowerMock](http://stackoverflow.com/questions/23363212/powermock-eclemma-coverage-issue)
42
-
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.
44
-
45
-
* Java7+ enforces bytecode verification and with Powermock you can experience a [java.lang.VerifyError](http://www.notonlyanecmplace.com/java-7-enforces-bytecode-verification/).
46
-
At Java8 bytecode verification is mandatory and there is no option to disable it :(
0 commit comments