I have a private method which take a list of integer value returns me a list of integer value. How can i use power mock to test it. I am new to powermock.Can i do the test with easy mock..? how..

link|improve this question

33% accept rate
I think you would get more help if you gave a specific example of what you tried and what's not working. – jhericks Aug 18 '11 at 18:56
feedback

1 Answer

up vote 1 down vote accepted

How about just reading the documentation? Look: there's a section called "Common - Bypass encapsulation" where the following is written:

Use Whitebox.invokeMethod(..) to invoke a private method of an instance or class.

Examples follow.

I've never used PowerMock, and it took me 10 seconds to find it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.