Skip to content

Commit 71773c8

Browse files
committed
Add known issues with Unit test and PowerMock
1 parent 582f47a commit 71773c8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ Not ready yet, it lacks documentation and not officially distributed.
3030
At the Package Explorer, select the jsp-sample project, 2nd bottom of the mouse and Run As > Run Server
3131
Select a Tomcat Server in order to deploy the server.
3232

33+
### Unit Tests
3334

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

Comments
 (0)