Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InOrder to PowerMockito #299

Open
johanhaleby opened this issue Jul 24, 2015 · 3 comments
Open

Add InOrder to PowerMockito #299

johanhaleby opened this issue Jul 24, 2015 · 3 comments

Comments

@johanhaleby
Copy link
Collaborator

From johan.ha...@gmail.com on September 19, 2010 19:30:31

This should work for static & private methods:
InOrder inOrder = inOrder(firstMock, secondMock);

inOrder.verify(firstMock).someMethod("was called first");
inOrder.verify(secondMock).someMethod("was called second");

Original issue: http://code.google.com/p/powermock/issues/detail?id=279

@johanhaleby
Copy link
Collaborator Author

From johan.ha...@gmail.com on April 10, 2011 05:49:18

Labels: -Milestone-Release1.5 Milestone-Release1.6

@huehnerlady
Copy link

Is there any update on this? Will this ever be a thing?

@spellr
Copy link

spellr commented Sep 21, 2020

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants