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..
feedback
|
|
How about just reading the documentation? Look: there's a section called "Common - Bypass encapsulation" where the following is written:
Examples follow. I've never used PowerMock, and it took me 10 seconds to find it. | |||
|
feedback
|