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

Mocks should correctly respond to isKindOfClass: messages #8

Closed
tpesce opened this issue Jul 17, 2012 · 0 comments
Closed

Mocks should correctly respond to isKindOfClass: messages #8

tpesce opened this issue Jul 17, 2012 · 0 comments

Comments

@tpesce
Copy link

tpesce commented Jul 17, 2012

It would be nice to have mocks respond properly to isKindOfClass:

id someObject = mock([NSString class]);
/// ...
if ([someObject isKindOfClass:[NSString class]]) {
/// ...
tpesce pushed a commit to tpesce/OCMockito that referenced this issue Jul 17, 2012
@tpesce tpesce closed this as completed Jul 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant