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

Feature request from Mockito: InOrder #18

Open
jonreid opened this issue Feb 24, 2013 · 3 comments
Open

Feature request from Mockito: InOrder #18

jonreid opened this issue Feb 24, 2013 · 3 comments

Comments

@jonreid
Copy link
Owner

jonreid commented Feb 24, 2013

No description provided.

@rudolf-adamkovic
Copy link

This should allow us to verify a method like this:

- (void)save {
    [self.userDefaults setObject:self.value forKey:self.key];
    [self.userDefaults synchronize];
}

@plu
Copy link

plu commented Mar 26, 2015

Is this issue about asserting not only invocations, but also invocations in a particular order?

@jonreid
Copy link
Owner Author

jonreid commented Sep 14, 2015

Yes, this is about verifying that one call came before another.

@jonreid jonreid changed the title Mockito functionality: InOrder Feature request from Mockito: InOrder May 30, 2016
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

3 participants