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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,10 @@ Not ready yet, it lacks documentation and not officially distributed.
30
30
At the Package Explorer, select the jsp-sample project, 2nd bottom of the mouse and Run As > Run Server
31
31
Select a Tomcat Server in order to deploy the server.
32
32
33
+
### Unit Tests
33
34
35
+
Known issues while testing:
36
+
37
+
*[ECLEmma coverage plugin incompatible with PowerMock](http://stackoverflow.com/questions/23363212/powermock-eclemma-coverage-issue)
38
+
39
+
* 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.
0 commit comments