| Author |
Static method partial mocking.
|
pawan chopra
Ranch Hand
Joined: Jan 23, 2008
Posts: 361
|
|
|
We are using PowerMock for unit testing. I could not find partial mocking for static methods. I have seen this http://code.google.com/p/powermock/wiki/MockitoUsage which says that PowerMock contains a method called mockStaticPartials but I couldn't find this method. Can you help me to mock a specific method of static class?
|
Pawan Chopra
SCJP - DuMmIeS mInD
|
 |
Marcin Kwiatkowski
Ranch Hand
Joined: Aug 06, 2007
Posts: 32
|
|
|
PowerMock is an extension for either EasyMock or Mockito. Are you sure you're using Mockito version?
|
 |
 |
|
|
subject: Static method partial mocking.
|
|
|