0
votes

I use PowerMock to mock static methods. I need to verify order of static and non static method calls. Is it possible to do using PowerMock?

UPD

I use powermockito extension to mock static methods, so solution with powermockito extension is preferable.

1

1 Answers