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.

link|improve this question

70% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Seems not to be implemented http://code.google.com/p/powermock/issues/detail?id=279&q=inorder

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.