Is it possible? How do I do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
See the EasyMock Class Extension documentation and download it from the SourceForge project. You can't mock final methods though. |
|||
|
|
|
Powermock extends EasyMock and allows you to mock concrete types, even final and static methods.
|
||||
|
|
|
EasyMock class extensions have been integrated into EasyMock as of v3.0; see the release notes. |
|||
|
|