Closed Azharhussain20 closed 3 years ago
This does not look like a bug in OCMock. Please ask questions related to the use of OCMock on Stack Overflow using the ocmock tag.
@erikdoe i have tried my best to find out the solution regarding above issue but still there are same issues with the class methods.
Objective-C
I am New toOCMock
withobjective-c,
Here what I want to do is I want to access class methods which is a public+ (void)
methods of my framework right now i can get the access of-(void)
instance method but some how class methods are not working as expected and it is throwing an error something like this inXCTestCase
file unrecognizedselector sent to instance
@property (nonatomic) id cleverMock;
I have spent almost two days on this please suggest me if any one had faced the same issue. Thanks in advance.