Tagged Questions
3
votes
2answers
443 views
How do i mock a method that accepts a handle as an argument in OCMock?
I'm trying to mock a method that has the equivalent of the following signature:
- (NSDictionary *) uploadValues:(BOOL)doSomething error:(NSError **)error
I want it to return a small dictionary so ...