Tagged Questions
2
votes
1answer
262 views
How can i get OCMock to let me stub a category method on a UIKit class?
I'm trying to mock a UITabBarController in my app's tests. I have a category method on that class defined elsewhere in another file that gets imported along with ocmock in my test class. what i'm ...